#6F306C

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

Shades of Seance #6F306C

Tints of Seance #6F306C

Color information

#6F306C (or 0x6F306C) is unknown color: approx Seance. HEX triplet: 6F, 30 and 6C. RGB value is (111,48,108). Sum of RGB (Red+Green+Blue) = 111+48+108=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F306C is #90CF93. Grayscale: #494949. Windows color (decimal): -9490324 or 7090287. OLE color: 7090287.

HSL color Cylindrical-coordinate representation of color #6F306C: hue angle of 302.86º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F306C is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11148108-
CMYK00.570.030.56
HSL302.86º39.62%31.18%-
HSV(B)302.86º56.76%43.53%-
XYZ10.326.5814.91-
YUV73.68147.37154.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=41.57%
G=17.98%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114810800.570.030.56302.8639.6231.18
Hex6F306C03933812f281f
Octal157601540713704575037
Binary1101111110000110110001110011111100010010111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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