#604180

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

Shades of Kingfisher Daisy #604180

Tints of Kingfisher Daisy #604180

Color information

#604180 (or 0x604180) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 41 and 80. RGB value is (96,65,128). Sum of RGB (Red+Green+Blue) = 96+65+128=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #604180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604180 is #9FBE7F. Grayscale: #515151. Windows color (decimal): -10468992 or 8405344. OLE color: 8405344.

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

Color convert

RGB9665128-
CMYK0.250.4900.50
HSL269.52º32.64%37.84%-
HSV(B)269.52º49.22%50.2%-
XYZ10.617.8321.37-
YUV81.45154.27138.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=33.22%
G=22.49%
B=44.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96651280.250.4900.50269.5232.6437.84
Hex604180193103210e2126
Octal14010120031610624164146
Binary1100000100000110000000110011100010110010100001110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604180; }

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

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

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

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

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

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

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

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