#604181

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

Shades of Kingfisher Daisy #604181

Tints of Kingfisher Daisy #604181

Color information

#604181 (or 0x604181) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 41 and 81. RGB value is (96,65,129). Sum of RGB (Red+Green+Blue) = 96+65+129=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #604181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604181 is #9FBE7E. Grayscale: #515151. Windows color (decimal): -10468991 or 8470880. OLE color: 8470880.

HSL color Cylindrical-coordinate representation of color #604181: hue angle of 269.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604181 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9665129-
CMYK0.260.5000.49
HSL269.06º32.99%38.04%-
HSV(B)269.06º49.61%50.59%-
XYZ10.687.8521.72-
YUV81.57154.77138.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=33.10%
G=22.41%
B=44.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96651290.260.5000.49269.0632.9938.04
Hex6041811A3203110d2126
Octal14010120132620614154146
Binary1100000100000110000001110101100100110001100001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604181; }

 p { color: rgb(96,65,129); }

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

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

 a { background-color: rgb(96,65,129); }

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

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

 span { border-color: rgb(96,65,129); }

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