Html Css Color HEX #663368 Seance

📋 copy color: '#663368'

red 102 ◦ green 51 ◦ blue 104

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

Shades of Seance #663368

Tints of Seance #663368

RGB

 RED value IS 102 (40.23% from 255) = 39.69%

 GREEN value IS 51 (20.31% from 255) = 19.84%

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 39.69%
G = 19.84%
B = 40.47%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#663368 (or 0x663368) is known color: Seance. HEX triplet: 66, 33 and 68. RGB value is (102,51,104). Sum of RGB (Red+Green+Blue) = 102+51+104=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #663368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663368 is #99CC97. Grayscale: #484848. Windows color (decimal): -10079384 or 6828902. OLE color: 6828902.

HSL color Cylindrical-coordinate representation of color #663368: hue angle of 297.74º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663368 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 51 104 -
CMYK 0.02 0.51 0 0.59
HSL 297.74º 0.34% 0.3% -
HSV(B) 297.74º 0.51% 0.41% -
XYZ 9.16 6.19 13.81 -
YUV 72.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 102 51 104 0.02 0.51 0 0.59 297.74 0.34 0.3
Hex 66 33 68 2 33 0 3B 12A 22 1E
Octal 146 63 150 2 63 0 73 452 42 36
Binary 1100110 110011 1101000 10 110011 0 111011 100101010 100010 11110

Color Harmonies of #663368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663368

Black with #663368

Text Example


Text Example

White with #663368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663368; }

 p { color: rgb(102,51,104); }

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

background-color css

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

 a { background-color: rgb(102,51,104); }

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

border-color css

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

 span { border-color: rgb(102,51,104); }

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