Html Css Color HEX #602D89 Kingfisher Daisy

📋 copy color: '#602D89'

red 96 ◦ green 45 ◦ blue 137

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

Shades of Kingfisher Daisy #602D89

Tints of Kingfisher Daisy #602D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.19%

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

R = 34.53%
G = 16.19%
B = 49.28%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#602D89 (or 0x602D89) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 89. RGB value is (96,45,137). Sum of RGB (Red+Green+Blue) = 96+45+137=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #602D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D89 is #9FD276. Grayscale: #464646. Windows color (decimal): -10474103 or 8990048. OLE color: 8990048.

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

Color convert

RGB 96 45 137 -
CMYK 0.30 0.67 0 0.46
HSL 273.26º 0.51% 0.36% -
HSV(B) 273.26º 0.67% 0.54% -
XYZ 10.28 6.17 24.32 -
YUV 70.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 96 45 137 0.30 0.67 0 0.46 273.26 0.51 0.36
Hex 60 2D 89 1E 43 0 2E 111 33 24
Octal 140 55 211 36 103 0 56 421 63 44
Binary 1100000 101101 10001001 11110 1000011 0 101110 100010001 110011 100100

Color Harmonies of #602D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D89

Black with #602D89

Text Example


Text Example

White with #602D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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