Html Css Color HEX #682875 Seance

📋 copy color: '#682875'

red 104 ◦ green 40 ◦ blue 117

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

Shades of Seance #682875

Tints of Seance #682875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 39.85%
G = 15.33%
B = 44.83%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#682875 (or 0x682875) is known color: Seance. HEX triplet: 68, 28 and 75. RGB value is (104,40,117). Sum of RGB (Red+Green+Blue) = 104+40+117=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #682875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682875 is #97D78A. Grayscale: #434343. Windows color (decimal): -9951115 or 7678056. OLE color: 7678056.

HSL color Cylindrical-coordinate representation of color #682875: hue angle of 289.87º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682875 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 40 117 -
CMYK 0.11 0.66 0 0.54
HSL 289.87º 0.49% 0.31% -
HSV(B) 289.87º 0.66% 0.46% -
XYZ 9.68 5.74 17.43 -
YUV 67.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 104 40 117 0.11 0.66 0 0.54 289.87 0.49 0.31
Hex 68 28 75 B 42 0 36 122 31 1F
Octal 150 50 165 13 102 0 66 442 61 37
Binary 1101000 101000 1110101 1011 1000010 0 110110 100100010 110001 11111

Color Harmonies of #682875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682875

Black with #682875

Text Example


Text Example

White with #682875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682875; }

 p { color: rgb(104,40,117); }

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

background-color css

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

 a { background-color: rgb(104,40,117); }

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

border-color css

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

 span { border-color: rgb(104,40,117); }

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