Html Css Color HEX #602489 Kingfisher Daisy

📋 copy color: '#602489'

red 96 ◦ green 36 ◦ blue 137

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

Shades of Kingfisher Daisy #602489

Tints of Kingfisher Daisy #602489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 35.69%
G = 13.38%
B = 50.93%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#602489 (or 0x602489) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 89. RGB value is (96,36,137). Sum of RGB (Red+Green+Blue) = 96+36+137=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #602489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602489 is #9FDB76. Grayscale: #414141. Windows color (decimal): -10476407 or 8987744. OLE color: 8987744.

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

Color convert

RGB 96 36 137 -
CMYK 0.30 0.74 0 0.46
HSL 275.64º 0.58% 0.34% -
HSV(B) 275.64º 0.74% 0.54% -
XYZ 9.97 5.55 24.21 -
YUV 65.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 96 36 137 0.30 0.74 0 0.46 275.64 0.58 0.34
Hex 60 24 89 1E 4A 0 2E 114 3A 22
Octal 140 44 211 36 112 0 56 424 72 42
Binary 1100000 100100 10001001 11110 1001010 0 101110 100010100 111010 100010

Color Harmonies of #602489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602489

Black with #602489

Text Example


Text Example

White with #602489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602489; }

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

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

background-color css

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

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

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

border-color css

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

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

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