#66197D

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

Shades of Seance #66197D

Tints of Seance #66197D

Color information

#66197D (or 0x66197D) is unknown color: approx Seance. HEX triplet: 66, 19 and 7D. RGB value is (102,25,125). Sum of RGB (Red+Green+Blue) = 102+25+125=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #66197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66197D is #99E682. Grayscale: #3B3B3B. Windows color (decimal): -10086019 or 8198502. OLE color: 8198502.

HSL color Cylindrical-coordinate representation of color #66197D: hue angle of 286.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66197D is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10225125-
CMYK0.180.800.51
HSL286.2º66.67%29.41%-
HSV(B)286.2º80%49.02%-
XYZ9.53519.87-
YUV59.42165.01158.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 125 (49.22% from 255) = 49.60%
R=40.48%
G=9.92%
B=49.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102251250.180.800.51286.266.6729.41
Hex66197D125003311e431d
Octal146311752212006343610335
Binary11001101100111111011001010100000110011100011110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66197D; }

 p { color: rgb(102,25,125); }

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

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

 a { background-color: rgb(102,25,125); }

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

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

 span { border-color: rgb(102,25,125); }

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