#602166

Color #602166 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #602166

Tints of Seance #602166

Color information

#602166 (or 0x602166) is unknown color: approx 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

RGB9633102-
CMYK0.060.6800.6
HSL294.78º51.11%26.47%-
HSV(B)294.78º67.65%40%-
XYZ7.774.5313.04-
YUV59.7151.87153.89-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96331020.060.6800.6294.7851.1126.47
Hex60216664403C127331a
Octal1404114661040744476332
Binary110000010000111001101101000100011110010010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>