Html Css Color HEX #602B89 Kingfisher Daisy

📋 copy color: '#602B89'

red 96 ◦ green 43 ◦ blue 137

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

Shades of Kingfisher Daisy #602B89

Tints of Kingfisher Daisy #602B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

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

R = 34.78%
G = 15.58%
B = 49.64%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#602B89 (or 0x602B89) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 89. RGB value is (96,43,137). Sum of RGB (Red+Green+Blue) = 96+43+137=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #602B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B89 is #9FD476. Grayscale: #454545. Windows color (decimal): -10474615 or 8989536. OLE color: 8989536.

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

Color convert

RGB 96 43 137 -
CMYK 0.30 0.69 0 0.46
HSL 273.83º 0.52% 0.35% -
HSV(B) 273.83º 0.69% 0.54% -
XYZ 10.2 6.02 24.29 -
YUV 69.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 96 43 137 0.30 0.69 0 0.46 273.83 0.52 0.35
Hex 60 2B 89 1E 45 0 2E 112 34 23
Octal 140 53 211 36 105 0 56 422 64 43
Binary 1100000 101011 10001001 11110 1000101 0 101110 100010010 110100 100011

Color Harmonies of #602B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B89

Black with #602B89

Text Example


Text Example

White with #602B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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