Html Css Color HEX #6C2975 Seance

📋 copy color: '#6C2975'

red 108 ◦ green 41 ◦ blue 117

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

Shades of Seance #6C2975

Tints of Seance #6C2975

RGB

 RED value IS 108 (42.58% from 255) = 40.6%

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

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

R = 40.6%
G = 15.41%
B = 43.98%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C2975 (or 0x6C2975) is known color: Seance. HEX triplet: 6C, 29 and 75. RGB value is (108,41,117). Sum of RGB (Red+Green+Blue) = 108+41+117=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C2975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2975 is #93D68A. Grayscale: #454545. Windows color (decimal): -9688715 or 7678316. OLE color: 7678316.

HSL color Cylindrical-coordinate representation of color #6C2975: hue angle of 292.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2975 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 41 117 -
CMYK 0.08 0.65 0 0.54
HSL 292.89º 0.48% 0.31% -
HSV(B) 292.89º 0.65% 0.46% -
XYZ 10.19 6.06 17.46 -
YUV 69.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 108 41 117 0.08 0.65 0 0.54 292.89 0.48 0.31
Hex 6C 29 75 8 41 0 36 125 30 1F
Octal 154 51 165 10 101 0 66 445 60 37
Binary 1101100 101001 1110101 1000 1000001 0 110110 100100101 110000 11111

Color Harmonies of #6C2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2975

Black with #6C2975

Text Example


Text Example

White with #6C2975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C2975; }

 p { color: rgb(108,41,117); }

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

background-color css

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

 a { background-color: rgb(108,41,117); }

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

border-color css

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

 span { border-color: rgb(108,41,117); }

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