#601990

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

Shades of Kingfisher Daisy #601990

Tints of Kingfisher Daisy #601990

Color information

#601990 (or 0x601990) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 19 and 90. RGB value is (96,25,144). Sum of RGB (Red+Green+Blue) = 96+25+144=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #601990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601990 is #9FE66F. Grayscale: #3B3B3B. Windows color (decimal): -10479216 or 9443680. OLE color: 9443680.

HSL color Cylindrical-coordinate representation of color #601990: hue angle of 275.8º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601990 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9625144-
CMYK0.330.8300.44
HSL275.8º70.41%33.14%-
HSV(B)275.8º82.64%56.47%-
XYZ10.215.226.85-
YUV59.8175.52153.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=36.23%
G=9.43%
B=54.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96251440.330.8300.44275.870.4133.14
Hex601990215302C1144621
Octal140312204112305442410641
Binary11000001100110010000100001101001101011001000101001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601990; }

 p { color: rgb(96,25,144); }

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

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

 a { background-color: rgb(96,25,144); }

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

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

 span { border-color: rgb(96,25,144); }

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