#604183

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

Shades of Kingfisher Daisy #604183

Tints of Kingfisher Daisy #604183

Color information

#604183 (or 0x604183) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 41 and 83. RGB value is (96,65,131). Sum of RGB (Red+Green+Blue) = 96+65+131=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #604183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604183 is #9FBE7C. Grayscale: #515151. Windows color (decimal): -10468989 or 8601952. OLE color: 8601952.

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

Color convert

RGB9665131-
CMYK0.270.5000.49
HSL268.18º33.67%38.43%-
HSV(B)268.18º50.38%51.37%-
XYZ10.817.9122.43-
YUV81.79155.77138.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=32.88%
G=22.26%
B=44.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96651310.270.5000.49268.1833.6738.43
Hex6041831B3203110c2226
Octal14010120333620614144246
Binary1100000100000110000011110111100100110001100001100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604183; }

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

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

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

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

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

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

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

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