#60427F

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

Shades of Kingfisher Daisy #60427F

Tints of Kingfisher Daisy #60427F

Color information

#60427F (or 0x60427F) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 42 and 7F. RGB value is (96,66,127). Sum of RGB (Red+Green+Blue) = 96+66+127=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #60427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60427F is #9FBD80. Grayscale: #515151. Windows color (decimal): -10468737 or 8340064. OLE color: 8340064.

HSL color Cylindrical-coordinate representation of color #60427F: hue angle of 269.51º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60427F is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9666127-
CMYK0.240.4800.50
HSL269.51º31.61%37.84%-
HSV(B)269.51º48.03%49.8%-
XYZ10.67.9221.05-
YUV81.92153.44138.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 127 (50% from 255) = 43.94%
R=33.22%
G=22.84%
B=43.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96661270.240.4800.50269.5131.6137.84
Hex60427F183003210e2026
Octal14010217730600624164046
Binary110000010000101111111110001100000110010100001110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60427F; }

 p { color: rgb(96,66,127); }

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

<style>
 a { background-color: #60427F; }

 a { background-color: rgb(96,66,127); }

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

<style>
 span { border-color: #60427F; }

 span { border-color: rgb(96,66,127); }

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