Html Css Color HEX #602089 Kingfisher Daisy

📋 copy color: '#602089'

red 96 ◦ green 32 ◦ blue 137

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

Shades of Kingfisher Daisy #602089

Tints of Kingfisher Daisy #602089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.7%

R = 36.23%
G = 12.08%
B = 51.7%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#602089 (or 0x602089) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 89. RGB value is (96,32,137). Sum of RGB (Red+Green+Blue) = 96+32+137=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #602089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602089 is #9FDF76. Grayscale: #3E3E3E. Windows color (decimal): -10477431 or 8986720. OLE color: 8986720.

HSL color Cylindrical-coordinate representation of color #602089: hue angle of 276.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602089 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 32 137 -
CMYK 0.30 0.77 0 0.46
HSL 276.57º 0.62% 0.33% -
HSV(B) 276.57º 0.77% 0.54% -
XYZ 9.86 5.33 24.18 -
YUV 63.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 96 32 137 0.30 0.77 0 0.46 276.57 0.62 0.33
Hex 60 20 89 1E 4D 0 2E 115 3E 21
Octal 140 40 211 36 115 0 56 425 76 41
Binary 1100000 100000 10001001 11110 1001101 0 101110 100010101 111110 100001

Color Harmonies of #602089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602089

Black with #602089

Text Example


Text Example

White with #602089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602089; }

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

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

background-color css

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

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

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

border-color css

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

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

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