#601D90

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

Shades of Kingfisher Daisy #601D90

Tints of Kingfisher Daisy #601D90

Color information

#601D90 (or 0x601D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1D and 90. RGB value is (96,29,144). Sum of RGB (Red+Green+Blue) = 96+29+144=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #601D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601D90 is #9FE26F. Grayscale: #3D3D3D. Windows color (decimal): -10478192 or 9444704. OLE color: 9444704.

HSL color Cylindrical-coordinate representation of color #601D90: hue angle of 274.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601D90 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9629144-
CMYK0.330.8000.44
HSL274.96º66.47%33.92%-
HSV(B)274.96º79.86%56.47%-
XYZ10.35.3826.88-
YUV62.14174.2152.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 29 (11.72% from 255) = 10.78%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=35.69%
G=10.78%
B=53.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96291440.330.8000.44274.9666.4733.92
Hex601D90215002C1134222
Octal140352204112005442310242
Binary11000001110110010000100001101000001011001000100111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D90; }

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

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

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

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

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

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

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

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