#6F6ECA

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

Shades of Slate Blue #6F6ECA

Tints of Slate Blue #6F6ECA

Color information

#6F6ECA (or 0x6F6ECA) is unknown color: approx Slate Blue. HEX triplet: 6F, 6E and CA. RGB value is (111,110,202). Sum of RGB (Red+Green+Blue) = 111+110+202=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ECA is #909135. Grayscale: #787878. Windows color (decimal): -9474358 or 13266543. OLE color: 13266543.

HSL color Cylindrical-coordinate representation of color #6F6ECA: hue angle of 240.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F6ECA is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111110202-
CMYK0.450.4600.21
HSL240.65º46.46%61.18%-
HSV(B)240.65º45.54%79.22%-
XYZ22.7918.858.3-
YUV120.79173.83121.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=26.24%
G=26.00%
B=47.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111102020.450.4600.21240.6546.4661.18
Hex6F6ECA2D2E015f12e3d
Octal15715631255560253615675
Binary110111111011101100101010110110111001010111110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,110,202); }

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

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

 a { background-color: rgb(111,110,202); }

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

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

 span { border-color: rgb(111,110,202); }

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