Html Css Color HEX #68376F Seance

📋 copy color: '#68376F'

red 104 ◦ green 55 ◦ blue 111

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

Shades of Seance #68376F

Tints of Seance #68376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 38.52%
G = 20.37%
B = 41.11%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68376F (or 0x68376F) is known color: Seance. HEX triplet: 68, 37 and 6F. RGB value is (104,55,111). Sum of RGB (Red+Green+Blue) = 104+55+111=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #68376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68376F is #97C890. Grayscale: #4B4B4B. Windows color (decimal): -9947281 or 7288680. OLE color: 7288680.

HSL color Cylindrical-coordinate representation of color #68376F: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68376F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 55 111 -
CMYK 0.06 0.50 0 0.56
HSL 292.5º 0.34% 0.33% -
HSV(B) 292.5º 0.5% 0.44% -
XYZ 9.94 6.82 15.83 -
YUV 76.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 104 55 111 0.06 0.50 0 0.56 292.5 0.34 0.33
Hex 68 37 6F 6 32 0 38 124 22 21
Octal 150 67 157 6 62 0 70 444 42 41
Binary 1101000 110111 1101111 110 110010 0 111000 100100100 100010 100001

Color Harmonies of #68376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68376F

Black with #68376F

Text Example


Text Example

White with #68376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68376F; }

 p { color: rgb(104,55,111); }

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

background-color css

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

 a { background-color: rgb(104,55,111); }

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

border-color css

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

 span { border-color: rgb(104,55,111); }

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