#6F6ED5

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

Shades of Slate Blue #6F6ED5

Tints of Slate Blue #6F6ED5

Color information

#6F6ED5 (or 0x6F6ED5) is unknown color: approx Slate Blue. HEX triplet: 6F, 6E and D5. RGB value is (111,110,213). Sum of RGB (Red+Green+Blue) = 111+110+213=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F6ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ED5 is #90912A. Grayscale: #797979. Windows color (decimal): -9474347 or 13987439. OLE color: 13987439.

HSL color Cylindrical-coordinate representation of color #6F6ED5: hue angle of 240.58º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F6ED5 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111110213-
CMYK0.480.4800.16
HSL240.58º55.08%63.33%-
HSV(B)240.58º48.36%83.53%-
XYZ24.1419.3465.41-
YUV122.04179.33120.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 213 (83.59% from 255) = 49.08%
R=25.58%
G=25.35%
B=49.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111102130.480.4800.16240.5855.0863.33
Hex6F6ED53030010f1373f
Octal15715632560600203616777
Binary110111111011101101010111000011000001000011110001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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