Html Css Color HEX #602091 Kingfisher Daisy

📋 copy color: '#602091'

red 96 ◦ green 32 ◦ blue 145

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

Shades of Kingfisher Daisy #602091

Tints of Kingfisher Daisy #602091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 35.16%
G = 11.72%
B = 53.11%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#602091 (or 0x602091) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 91. RGB value is (96,32,145). Sum of RGB (Red+Green+Blue) = 96+32+145=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #602091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602091 is #9FDF6E. Grayscale: #3F3F3F. Windows color (decimal): -10477423 or 9511008. OLE color: 9511008.

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

Color convert

RGB 96 32 145 -
CMYK 0.34 0.78 0 0.43
HSL 273.98º 0.64% 0.35% -
HSV(B) 273.98º 0.78% 0.57% -
XYZ 10.45 5.56 27.31 -
YUV 64.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 96 32 145 0.34 0.78 0 0.43 273.98 0.64 0.35
Hex 60 20 91 22 4E 0 2B 112 40 23
Octal 140 40 221 42 116 0 53 422 100 43
Binary 1100000 100000 10010001 100010 1001110 0 101011 100010010 1000000 100011

Color Harmonies of #602091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602091

Black with #602091

Text Example


Text Example

White with #602091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602091; }

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

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

background-color css

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

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

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

border-color css

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

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

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