#60477C

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

Shades of Kingfisher Daisy #60477C

Tints of Kingfisher Daisy #60477C

Color information

#60477C (or 0x60477C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 47 and 7C. RGB value is (96,71,124). Sum of RGB (Red+Green+Blue) = 96+71+124=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #60477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60477C is #9FB883. Grayscale: #545454. Windows color (decimal): -10467460 or 8144736. OLE color: 8144736.

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

Color convert

RGB9671124-
CMYK0.230.4300.51
HSL268.3º27.18%38.24%-
HSV(B)268.3º42.74%48.63%-
XYZ10.728.4520.13-
YUV84.52150.28136.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=32.99%
G=24.40%
B=42.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96711240.230.4300.51268.327.1838.24
Hex60477C172B03310c1b26
Octal14010717427530634143346
Binary11000001000111111110010111101011011001110000110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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