#6E69C2

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

Shades of Slate Blue #6E69C2

Tints of Slate Blue #6E69C2

Color information

#6E69C2 (or 0x6E69C2) is unknown color: approx Slate Blue. HEX triplet: 6E, 69 and C2. RGB value is (110,105,194). Sum of RGB (Red+Green+Blue) = 110+105+194=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #6E69C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69C2 is #91963D. Grayscale: #747474. Windows color (decimal): -9541182 or 12740974. OLE color: 12740974.

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

Color convert

RGB110105194-
CMYK0.430.4600.24
HSL243.37º42.18%58.63%-
HSV(B)243.37º45.88%76.08%-
XYZ21.2217.3153.26-
YUV116.64171.66123.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.89%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=26.89%
G=25.67%
B=47.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101051940.430.4600.24243.3742.1858.63
Hex6E69C22B2E018f32a3b
Octal15615130253560303635273
Binary110111011010011100001010101110111001100011110011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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