#601A95

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

Shades of Kingfisher Daisy #601A95

Tints of Kingfisher Daisy #601A95

Color information

#601A95 (or 0x601A95) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1A and 95. RGB value is (96,26,149). Sum of RGB (Red+Green+Blue) = 96+26+149=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #601A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A95 is #9FE56A. Grayscale: #3C3C3C. Windows color (decimal): -10478955 or 9771616. OLE color: 9771616.

HSL color Cylindrical-coordinate representation of color #601A95: hue angle of 274.15º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601A95 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9626149-
CMYK0.360.8300.42
HSL274.15º70.29%34.31%-
HSV(B)274.15º82.55%58.43%-
XYZ10.625.428.92-
YUV60.95177.69153-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=35.42%
G=9.59%
B=54.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96261490.360.8300.42274.1570.2934.31
Hex601A95245302A1124622
Octal140322254412305242210642
Binary11000001101010010101100100101001101010101000100101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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