#602B66

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

Shades of Seance #602B66

Tints of Seance #602B66

Color information

#602B66 (or 0x602B66) is unknown color: approx Seance. HEX triplet: 60, 2B and 66. RGB value is (96,43,102). Sum of RGB (Red+Green+Blue) = 96+43+102=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #602B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B66 is #9FD499. Grayscale: #414141. Windows color (decimal): -10474650 or 6695776. OLE color: 6695776.

HSL color Cylindrical-coordinate representation of color #602B66: hue angle of 293.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602B66 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9643102-
CMYK0.060.5800.6
HSL293.9º40.69%28.43%-
HSV(B)293.9º57.84%40%-
XYZ8.095.1713.14-
YUV65.57148.56149.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=39.83%
G=17.84%
B=42.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96431020.060.5800.6293.940.6928.43
Hex602B6663A03C126291c
Octal140531466720744465134
Binary11000001010111100110110111010011110010010011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #602B66;
 }
 .AnyTagClassName
 {
   color: #602B66;
 }
</style>
background-color css

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

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

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

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

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

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