Html Css Color HEX #6C3072 Seance

📋 copy color: '#6C3072'

red 108 ◦ green 48 ◦ blue 114

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

Shades of Seance #6C3072

Tints of Seance #6C3072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 40%
G = 17.78%
B = 42.22%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C3072 (or 0x6C3072) is known color: Seance. HEX triplet: 6C, 30 and 72. RGB value is (108,48,114). Sum of RGB (Red+Green+Blue) = 108+48+114=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C3072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3072 is #93CF8D. Grayscale: #494949. Windows color (decimal): -9686926 or 7483500. OLE color: 7483500.

HSL color Cylindrical-coordinate representation of color #6C3072: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C3072 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 48 114 -
CMYK 0.05 0.58 0 0.55
HSL 294.55º 0.41% 0.32% -
HSV(B) 294.55º 0.58% 0.45% -
XYZ 10.28 6.52 16.64 -
YUV 73.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 108 48 114 0.05 0.58 0 0.55 294.55 0.41 0.32
Hex 6C 30 72 5 3A 0 37 127 29 20
Octal 154 60 162 5 72 0 67 447 51 40
Binary 1101100 110000 1110010 101 111010 0 110111 100100111 101001 100000

Color Harmonies of #6C3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3072

Black with #6C3072

Text Example


Text Example

White with #6C3072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,48,114); }

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

background-color css

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

 a { background-color: rgb(108,48,114); }

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

border-color css

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

 span { border-color: rgb(108,48,114); }

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