#61378B

Color #61378B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #61378B

Tints of Kingfisher Daisy #61378B

Color information

#61378B (or 0x61378B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 37 and 8B. RGB value is (97,55,139). Sum of RGB (Red+Green+Blue) = 97+55+139=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #61378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61378B is #9EC874. Grayscale: #4C4C4C. Windows color (decimal): -10406005 or 9123681. OLE color: 9123681.

HSL color Cylindrical-coordinate representation of color #61378B: hue angle of 270º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61378B is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9755139-
CMYK0.300.6000.45
HSL270º43.3%38.04%-
HSV(B)270º60.43%54.51%-
XYZ10.967.1425.23-
YUV77.13162.91142.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=33.33%
G=18.90%
B=47.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97551390.300.6000.4527043.338.04
Hex61378B1E3C02D10e2b26
Octal1416721336740554165346
Binary110000111011110001011111101111000101101100001110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61378B; }

 p { color: rgb(97,55,139); }

 H1.HeaderClassName
 {
   color: #61378B;
 }
 .AnyTagClassName
 {
   color: #61378B;
 }
</style>
background-color css

<style>
 a { background-color: #61378B; }

 a { background-color: rgb(97,55,139); }

 div.DivClassName
 {
   background-color: #61378B;
 }
 .BgClassName
 {
   background-color: #61378B;
 }
</style>
border-color css

<style>
 span { border-color: #61378B; }

 span { border-color: rgb(97,55,139); }

 td.TdClassName
 {
   border-color: #61378B;
 }
 .TagClassName
 {
   border-color: #61378B;
 }
</style>