Html Css Color HEX #684266 Seance

📋 copy color: '#684266'

red 104 ◦ green 66 ◦ blue 102

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

Shades of Seance #684266

Tints of Seance #684266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 38.24%
G = 24.26%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#684266 (or 0x684266) is known color: Seance. HEX triplet: 68, 42 and 66. RGB value is (104,66,102). Sum of RGB (Red+Green+Blue) = 104+66+102=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684266 is #97BD99. Grayscale: #515151. Windows color (decimal): -9944474 or 6701672. OLE color: 6701672.

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

Color convert

RGB 104 66 102 -
CMYK 0 0.37 0.02 0.59
HSL 303.16º 0.22% 0.33% -
HSV(B) 303.16º 0.37% 0.41% -
XYZ 10.06 7.8 13.55 -
YUV 81.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 104 66 102 0 0.37 0.02 0.59 303.16 0.22 0.33
Hex 68 42 66 0 25 2 3B 12F 16 21
Octal 150 102 146 0 45 2 73 457 26 41
Binary 1101000 1000010 1100110 0 100101 10 111011 100101111 10110 100001

Color Harmonies of #684266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684266

Black with #684266

Text Example


Text Example

White with #684266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684266; }

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

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

background-color css

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

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

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

border-color css

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

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

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