Html Css Color HEX #602589 Kingfisher Daisy

📋 copy color: '#602589'

red 96 ◦ green 37 ◦ blue 137

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

Shades of Kingfisher Daisy #602589

Tints of Kingfisher Daisy #602589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 35.56%
G = 13.7%
B = 50.74%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#602589 (or 0x602589) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 89. RGB value is (96,37,137). Sum of RGB (Red+Green+Blue) = 96+37+137=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #602589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602589 is #9FDA76. Grayscale: #414141. Windows color (decimal): -10476151 or 8988000. OLE color: 8988000.

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

Color convert

RGB 96 37 137 -
CMYK 0.30 0.73 0 0.46
HSL 275.4º 0.57% 0.34% -
HSV(B) 275.4º 0.73% 0.54% -
XYZ 10 5.62 24.22 -
YUV 66.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 96 37 137 0.30 0.73 0 0.46 275.4 0.57 0.34
Hex 60 25 89 1E 49 0 2E 113 39 22
Octal 140 45 211 36 111 0 56 423 71 42
Binary 1100000 100101 10001001 11110 1001001 0 101110 100010011 111001 100010

Color Harmonies of #602589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602589

Black with #602589

Text Example


Text Example

White with #602589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602589; }

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

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

background-color css

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

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

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

border-color css

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

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

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