#60437C

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

Shades of Kingfisher Daisy #60437C

Tints of Kingfisher Daisy #60437C

Color information

#60437C (or 0x60437C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 43 and 7C. RGB value is (96,67,124). Sum of RGB (Red+Green+Blue) = 96+67+124=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #60437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60437C is #9FBC83. Grayscale: #515151. Windows color (decimal): -10468484 or 8143712. OLE color: 8143712.

HSL color Cylindrical-coordinate representation of color #60437C: hue angle of 270.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60437C is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9667124-
CMYK0.230.4600.51
HSL270.53º29.84%37.45%-
HSV(B)270.53º45.97%48.63%-
XYZ10.477.9620.05-
YUV82.17151.61137.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=33.45%
G=23.34%
B=43.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96671240.230.4600.51270.5329.8437.45
Hex60437C172E03310f1e25
Octal14010317427560634173645
Binary11000001000011111110010111101110011001110000111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60437C; }

 p { color: rgb(96,67,124); }

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

<style>
 a { background-color: #60437C; }

 a { background-color: rgb(96,67,124); }

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

<style>
 span { border-color: #60437C; }

 span { border-color: rgb(96,67,124); }

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