#60467C

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

Shades of Kingfisher Daisy #60467C

Tints of Kingfisher Daisy #60467C

Color information

#60467C (or 0x60467C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 46 and 7C. RGB value is (96,70,124). Sum of RGB (Red+Green+Blue) = 96+70+124=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #60467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60467C is #9FB983. Grayscale: #535353. Windows color (decimal): -10467716 or 8144480. OLE color: 8144480.

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

Color convert

RGB9670124-
CMYK0.230.4400.51
HSL268.89º27.84%38.04%-
HSV(B)268.89º43.55%48.63%-
XYZ10.658.3220.11-
YUV83.93150.61136.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=33.10%
G=24.14%
B=42.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96701240.230.4400.51268.8927.8438.04
Hex60467C172C03310d1c26
Octal14010617427540634153446
Binary11000001000110111110010111101100011001110000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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