Html Css Color HEX #602889 Kingfisher Daisy

📋 copy color: '#602889'

red 96 ◦ green 40 ◦ blue 137

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

Shades of Kingfisher Daisy #602889

Tints of Kingfisher Daisy #602889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 35.16%
G = 14.65%
B = 50.18%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#602889 (or 0x602889) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 89. RGB value is (96,40,137). Sum of RGB (Red+Green+Blue) = 96+40+137=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #602889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602889 is #9FD776. Grayscale: #434343. Windows color (decimal): -10475383 or 8988768. OLE color: 8988768.

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

Color convert

RGB 96 40 137 -
CMYK 0.30 0.71 0 0.46
HSL 274.64º 0.55% 0.35% -
HSV(B) 274.64º 0.71% 0.54% -
XYZ 10.1 5.81 24.26 -
YUV 67.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 96 40 137 0.30 0.71 0 0.46 274.64 0.55 0.35
Hex 60 28 89 1E 47 0 2E 113 37 23
Octal 140 50 211 36 107 0 56 423 67 43
Binary 1100000 101000 10001001 11110 1000111 0 101110 100010011 110111 100011

Color Harmonies of #602889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602889

Black with #602889

Text Example


Text Example

White with #602889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602889; }

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

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

background-color css

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

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

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

border-color css

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

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

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