#601B90

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

Shades of Kingfisher Daisy #601B90

Tints of Kingfisher Daisy #601B90

Color information

#601B90 (or 0x601B90) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1B and 90. RGB value is (96,27,144). Sum of RGB (Red+Green+Blue) = 96+27+144=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #601B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601B90 is #9FE46F. Grayscale: #3C3C3C. Windows color (decimal): -10478704 or 9444192. OLE color: 9444192.

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

Color convert

RGB9627144-
CMYK0.330.8100.44
HSL275.38º68.42%33.53%-
HSV(B)275.38º81.25%56.47%-
XYZ10.255.2826.87-
YUV60.97174.86152.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=35.96%
G=10.11%
B=53.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96271440.330.8100.44275.3868.4233.53
Hex601B90215102C1134422
Octal140332204112105442310442
Binary11000001101110010000100001101000101011001000100111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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