#6F6BC8

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

Shades of Slate Blue #6F6BC8

Tints of Slate Blue #6F6BC8

Color information

#6F6BC8 (or 0x6F6BC8) is unknown color: approx Slate Blue. HEX triplet: 6F, 6B and C8. RGB value is (111,107,200). Sum of RGB (Red+Green+Blue) = 111+107+200=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #6F6BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BC8 is #909437. Grayscale: #767676. Windows color (decimal): -9475128 or 13134703. OLE color: 13134703.

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

Color convert

RGB111107200-
CMYK0.440.4600.22
HSL242.58º45.81%60.2%-
HSV(B)242.58º46.5%78.43%-
XYZ22.2418.0756.96-
YUV118.8173.83122.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 200 (78.52% from 255) = 47.85%
R=26.56%
G=25.60%
B=47.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111072000.440.4600.22242.5845.8160.2
Hex6F6BC82C2E016f32e3c
Octal15715331054560263635674
Binary110111111010111100100010110010111001011011110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,107,200); }

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

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

 a { background-color: rgb(111,107,200); }

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

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

 span { border-color: rgb(111,107,200); }

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