#6C187B

Color #6C187B Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #6C187B

Tints of Seance #6C187B

Color information

#6C187B (or 0x6C187B) is unknown color: approx Seance. HEX triplet: 6C, 18 and 7B. RGB value is (108,24,123). Sum of RGB (Red+Green+Blue) = 108+24+123=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C187B is #93E784. Grayscale: #3C3C3C. Windows color (decimal): -9693061 or 8067180. OLE color: 8067180.

HSL color Cylindrical-coordinate representation of color #6C187B: hue angle of 290.91º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C187B is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10824123-
CMYK0.120.8000.52
HSL290.91º67.35%28.82%-
HSV(B)290.91º80.49%48.24%-
XYZ10.095.2719.22-
YUV60.4163.33161.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=42.35%
G=9.41%
B=48.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108241230.120.8000.52290.9167.3528.82
Hex6C187BC50034123431d
Octal154301731412006444310335
Binary1101100110001111011110010100000110100100100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,123); }

 H1.HeaderClassName
 {
   color: #6C187B;
 }
 .AnyTagClassName
 {
   color: #6C187B;
 }
</style>
background-color css

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

 a { background-color: rgb(108,24,123); }

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

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

 span { border-color: rgb(108,24,123); }

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