#601A88

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

Shades of Kingfisher Daisy #601A88

Tints of Kingfisher Daisy #601A88

Color information

#601A88 (or 0x601A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1A and 88. RGB value is (96,26,136). Sum of RGB (Red+Green+Blue) = 96+26+136=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #601A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A88 is #9FE577. Grayscale: #3B3B3B. Windows color (decimal): -10478968 or 8919648. OLE color: 8919648.

HSL color Cylindrical-coordinate representation of color #601A88: hue angle of 278.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601A88 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9626136-
CMYK0.290.8100.47
HSL278.18º67.9%31.76%-
HSV(B)278.18º80.88%53.33%-
XYZ9.64523.75-
YUV59.47171.19154.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=37.21%
G=10.08%
B=52.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96261360.290.8100.47278.1867.931.76
Hex601A881D5102F1164420
Octal140322103512105742610440
Binary1100000110101000100011101101000101011111000101101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,136); }

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

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

 a { background-color: rgb(96,26,136); }

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

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

 span { border-color: rgb(96,26,136); }

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