Html Css Color HEX #602166 Seance

📋 copy color: '#602166'

red 96 ◦ green 33 ◦ blue 102

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

Shades of Seance #602166

Tints of Seance #602166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.16%

R = 41.56%
G = 14.29%
B = 44.16%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#602166 (or 0x602166) is known color: Seance. HEX triplet: 60, 21 and 66. RGB value is (96,33,102). Sum of RGB (Red+Green+Blue) = 96+33+102=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #602166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602166 is #9FDE99. Grayscale: #3B3B3B. Windows color (decimal): -10477210 or 6693216. OLE color: 6693216.

HSL color Cylindrical-coordinate representation of color #602166: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602166 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 33 102 -
CMYK 0.06 0.68 0 0.6
HSL 294.78º 0.51% 0.26% -
HSV(B) 294.78º 0.68% 0.4% -
XYZ 7.77 4.53 13.04 -
YUV 59.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 96 33 102 0.06 0.68 0 0.6 294.78 0.51 0.26
Hex 60 21 66 6 44 0 3C 127 33 1A
Octal 140 41 146 6 104 0 74 447 63 32
Binary 1100000 100001 1100110 110 1000100 0 111100 100100111 110011 11010

Color Harmonies of #602166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602166

Black with #602166

Text Example


Text Example

White with #602166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602166; }

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

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

background-color css

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

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

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

border-color css

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

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

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