#600E6E

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

Shades of Seance #600E6E

Tints of Seance #600E6E

Color information

#600E6E (or 0x600E6E) is unknown color: approx Seance. HEX triplet: 60, 0E and 6E. RGB value is (96,14,110). Sum of RGB (Red+Green+Blue) = 96+14+110=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #600E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E6E is #9FF191. Grayscale: #313131. Windows color (decimal): -10482066 or 7212640. OLE color: 7212640.

HSL color Cylindrical-coordinate representation of color #600E6E: hue angle of 291.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #600E6E is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9614110-
CMYK0.130.8700.57
HSL291.25º77.42%24.31%-
HSV(B)291.25º87.27%43.14%-
XYZ7.83.9315.1-
YUV49.46162.17161.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 14 (5.86% from 255) = 6.36%
BLUE value IS 110 (43.36% from 255) = 50%
R=43.64%
G=6.36%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96141100.130.8700.57291.2577.4224.31
Hex60E6ED570391234d18
Octal140161561512707144311530
Binary110000011101101110110110101110111001100100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600E6E; }

 p { color: rgb(96,14,110); }

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

<style>
 a { background-color: #600E6E; }

 a { background-color: rgb(96,14,110); }

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

<style>
 span { border-color: #600E6E; }

 span { border-color: rgb(96,14,110); }

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