Html Css Color HEX #602186 Kingfisher Daisy

📋 copy color: '#602186'

red 96 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #602186

Tints of Kingfisher Daisy #602186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.55%

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 36.5%
G = 12.55%
B = 50.95%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602186 (or 0x602186) is known color: Kingfisher Daisy. HEX triplet: 60, 21 and 86. RGB value is (96,33,134). Sum of RGB (Red+Green+Blue) = 96+33+134=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #602186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602186 is #9FDE79. Grayscale: #3F3F3F. Windows color (decimal): -10477178 or 8790368. OLE color: 8790368.

HSL color Cylindrical-coordinate representation of color #602186: hue angle of 277.43º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602186 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 33 134 -
CMYK 0.28 0.75 0 0.47
HSL 277.43º 0.6% 0.33% -
HSV(B) 277.43º 0.75% 0.53% -
XYZ 9.67 5.3 23.07 -
YUV 63.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 96 33 134 0.28 0.75 0 0.47 277.43 0.6 0.33
Hex 60 21 86 1C 4B 0 2F 115 3C 21
Octal 140 41 206 34 113 0 57 425 74 41
Binary 1100000 100001 10000110 11100 1001011 0 101111 100010101 111100 100001

Color Harmonies of #602186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602186

Black with #602186

Text Example


Text Example

White with #602186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602186; }

 p { color: rgb(96,33,134); }

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

background-color css

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

 a { background-color: rgb(96,33,134); }

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

border-color css

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

 span { border-color: rgb(96,33,134); }

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