#604182

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

Shades of Kingfisher Daisy #604182

Tints of Kingfisher Daisy #604182

Color information

#604182 (or 0x604182) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 41 and 82. RGB value is (96,65,130). Sum of RGB (Red+Green+Blue) = 96+65+130=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #604182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604182 is #9FBE7D. Grayscale: #515151. Windows color (decimal): -10468990 or 8536416. OLE color: 8536416.

HSL color Cylindrical-coordinate representation of color #604182: hue angle of 268.62º 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 #604182 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9665130-
CMYK0.260.5000.49
HSL268.62º33.33%38.24%-
HSV(B)268.62º50%50.98%-
XYZ10.747.8822.07-
YUV81.68155.27138.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=32.99%
G=22.34%
B=44.67%

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
Decimal96651300.260.5000.49268.6233.3338.24
Hex6041821A3203110d2126
Octal14010120232620614154146
Binary1100000100000110000010110101100100110001100001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604182; }

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

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

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

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

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

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

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

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