Html Css Color HEX #601E91 Kingfisher Daisy

📋 copy color: '#601E91'

red 96 ◦ green 30 ◦ blue 145

#601E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #601E91

Tints of Kingfisher Daisy #601E91

RGB

 RED value IS 96 (37.89% from 255) = 35.42%

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 35.42%
G = 11.07%
B = 53.51%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601E91 (or 0x601E91) is known color: Kingfisher Daisy. HEX triplet: 60, 1E and 91. RGB value is (96,30,145). Sum of RGB (Red+Green+Blue) = 96+30+145=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #601E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601E91 is #9FE16E. Grayscale: #3E3E3E. Windows color (decimal): -10477935 or 9510496. OLE color: 9510496.

HSL color Cylindrical-coordinate representation of color #601E91: hue angle of 274.43º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601E91 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 30 145 -
CMYK 0.34 0.79 0 0.43
HSL 274.43º 0.66% 0.34% -
HSV(B) 274.43º 0.79% 0.57% -
XYZ 10.4 5.46 27.29 -
YUV 62.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 96 30 145 0.34 0.79 0 0.43 274.43 0.66 0.34
Hex 60 1E 91 22 4F 0 2B 112 42 22
Octal 140 36 221 42 117 0 53 422 102 42
Binary 1100000 11110 10010001 100010 1001111 0 101011 100010010 1000010 100010

Color Harmonies of #601E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E91

Black with #601E91

Text Example


Text Example

White with #601E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,30,145); }

 H1.HeaderClassName
 {
   color: #601E91;
 }
 .AnyTagClassName
 {
   color: #601E91;
 }
</style>

background-color css

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

 a { background-color: rgb(96,30,145); }

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

border-color css

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

 span { border-color: rgb(96,30,145); }

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