#6F6DCF

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

Shades of Slate Blue #6F6DCF

Tints of Slate Blue #6F6DCF

Color information

#6F6DCF (or 0x6F6DCF) is unknown color: approx Slate Blue. HEX triplet: 6F, 6D and CF. RGB value is (111,109,207). Sum of RGB (Red+Green+Blue) = 111+109+207=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F6DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6DCF is #909230. Grayscale: #787878. Windows color (decimal): -9474609 or 13593967. OLE color: 13593967.

HSL color Cylindrical-coordinate representation of color #6F6DCF: hue angle of 241.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F6DCF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111109207-
CMYK0.460.4700.19
HSL241.22º50.52%61.96%-
HSV(B)241.22º47.34%81.18%-
XYZ23.2918.8261.44-
YUV120.77176.66121.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.00%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=26.00%
G=25.53%
B=48.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111092070.460.4700.19241.2250.5261.96
Hex6F6DCF2E2F013f1333e
Octal15715531756570233616376
Binary110111111011011100111110111010111101001111110001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,207); }

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

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

 a { background-color: rgb(111,109,207); }

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

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

 span { border-color: rgb(111,109,207); }

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