Html Css Color HEX #684066 Seance

📋 copy color: '#684066'

red 104 ◦ green 64 ◦ blue 102

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

Shades of Seance #684066

Tints of Seance #684066

RGB

 RED value IS 104 (41.02% from 255) = 38.52%

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 38.52%
G = 23.7%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#684066 (or 0x684066) is known color: Seance. HEX triplet: 68, 40 and 66. RGB value is (104,64,102). Sum of RGB (Red+Green+Blue) = 104+64+102=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684066 is #97BF99. Grayscale: #505050. Windows color (decimal): -9944986 or 6701160. OLE color: 6701160.

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

Color convert

RGB 104 64 102 -
CMYK 0 0.38 0.02 0.59
HSL 303º 0.24% 0.33% -
HSV(B) 303º 0.38% 0.41% -
XYZ 9.94 7.57 13.51 -
YUV 80.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 104 64 102 0 0.38 0.02 0.59 303 0.24 0.33
Hex 68 40 66 0 26 2 3B 12F 18 21
Octal 150 100 146 0 46 2 73 457 30 41
Binary 1101000 1000000 1100110 0 100110 10 111011 100101111 11000 100001

Color Harmonies of #684066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684066

Black with #684066

Text Example


Text Example

White with #684066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684066; }

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

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

background-color css

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

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

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

border-color css

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

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

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