#6E69C6

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

Shades of Slate Blue #6E69C6

Tints of Slate Blue #6E69C6

Color information

#6E69C6 (or 0x6E69C6) is unknown color: approx Slate Blue. HEX triplet: 6E, 69 and C6. RGB value is (110,105,198). Sum of RGB (Red+Green+Blue) = 110+105+198=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E69C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69C6 is #919639. Grayscale: #747474. Windows color (decimal): -9541178 or 13003118. OLE color: 13003118.

HSL color Cylindrical-coordinate representation of color #6E69C6: hue angle of 243.23º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E69C6 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110105198-
CMYK0.440.4700.22
HSL243.23º44.93%59.41%-
HSV(B)243.23º46.97%77.65%-
XYZ21.6817.555.66-
YUV117.1173.66122.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=26.63%
G=25.42%
B=47.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1101051980.440.4700.22243.2344.9359.41
Hex6E69C62C2F016f32d3b
Octal15615130654570263635573
Binary110111011010011100011010110010111101011011110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,198); }

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

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

 a { background-color: rgb(110,105,198); }

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

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

 span { border-color: rgb(110,105,198); }

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