Html Css Color HEX #682969 Seance

📋 copy color: '#682969'

red 104 ◦ green 41 ◦ blue 105

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

Shades of Seance #682969

Tints of Seance #682969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 41.6%
G = 16.4%
B = 42%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682969 (or 0x682969) is known color: Seance. HEX triplet: 68, 29 and 69. RGB value is (104,41,105). Sum of RGB (Red+Green+Blue) = 104+41+105=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #682969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682969 is #97D696. Grayscale: #424242. Windows color (decimal): -9950871 or 6891880. OLE color: 6891880.

HSL color Cylindrical-coordinate representation of color #682969: hue angle of 299.06º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682969 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 105 -
CMYK 0.01 0.61 0 0.59
HSL 299.06º 0.44% 0.29% -
HSV(B) 299.06º 0.61% 0.41% -
XYZ 9.05 5.55 13.96 -
YUV 67.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 104 41 105 0.01 0.61 0 0.59 299.06 0.44 0.29
Hex 68 29 69 1 3D 0 3B 12B 2C 1D
Octal 150 51 151 1 75 0 73 453 54 35
Binary 1101000 101001 1101001 1 111101 0 111011 100101011 101100 11101

Color Harmonies of #682969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682969

Black with #682969

Text Example


Text Example

White with #682969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682969; }

 p { color: rgb(104,41,105); }

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

background-color css

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

 a { background-color: rgb(104,41,105); }

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

border-color css

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

 span { border-color: rgb(104,41,105); }

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