#663467

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

Shades of Seance #663467

Tints of Seance #663467

Color information

#663467 (or 0x663467) is unknown color: approx Seance. HEX triplet: 66, 34 and 67. RGB value is (102,52,103). Sum of RGB (Red+Green+Blue) = 102+52+103=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #663467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663467 is #99CB98. Grayscale: #484848. Windows color (decimal): -10079129 or 6763622. OLE color: 6763622.

HSL color Cylindrical-coordinate representation of color #663467: hue angle of 298.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663467 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10252103-
CMYK0.010.5000.60
HSL298.82º32.9%30.39%-
HSV(B)298.82º49.51%40.39%-
XYZ9.166.2613.56-
YUV72.76145.06148.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=39.69%
G=20.23%
B=40.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102521030.010.5000.60298.8232.930.39
Hex66346713203C12b211e
Octal146641471620744534136
Binary110011011010011001111110010011110010010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663467; }

 p { color: rgb(102,52,103); }

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

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

 a { background-color: rgb(102,52,103); }

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

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

 span { border-color: rgb(102,52,103); }

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