Html Css Color HEX #6C3075 Seance

📋 copy color: '#6C3075'

red 108 ◦ green 48 ◦ blue 117

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

Shades of Seance #6C3075

Tints of Seance #6C3075

RGB

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

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

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

R = 39.56%
G = 17.58%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C3075 (or 0x6C3075) is known color: Seance. HEX triplet: 6C, 30 and 75. RGB value is (108,48,117). Sum of RGB (Red+Green+Blue) = 108+48+117=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3075 is #93CF8A. Grayscale: #494949. Windows color (decimal): -9686923 or 7680108. OLE color: 7680108.

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

Color convert

RGB 108 48 117 -
CMYK 0.08 0.59 0 0.54
HSL 292.17º 0.42% 0.32% -
HSV(B) 292.17º 0.59% 0.46% -
XYZ 10.45 6.59 17.55 -
YUV 73.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 108 48 117 0.08 0.59 0 0.54 292.17 0.42 0.32
Hex 6C 30 75 8 3B 0 36 124 2A 20
Octal 154 60 165 10 73 0 66 444 52 40
Binary 1101100 110000 1110101 1000 111011 0 110110 100100100 101010 100000

Color Harmonies of #6C3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3075

Black with #6C3075

Text Example


Text Example

White with #6C3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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