#6C5FBF

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

Shades of Slate Blue #6C5FBF

Tints of Slate Blue #6C5FBF

Color information

#6C5FBF (or 0x6C5FBF) is unknown color: approx Slate Blue. HEX triplet: 6C, 5F and BF. RGB value is (108,95,191). Sum of RGB (Red+Green+Blue) = 108+95+191=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FBF is #93A040. Grayscale: #6D6D6D. Windows color (decimal): -9674817 or 12541804. OLE color: 12541804.

HSL color Cylindrical-coordinate representation of color #6C5FBF: hue angle of 248.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C5FBF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10895191-
CMYK0.430.5000.25
HSL248.12º42.86%56.08%-
HSV(B)248.12º50.26%74.9%-
XYZ19.6815.1351.17-
YUV109.83173.81126.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.41%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 191 (75% from 255) = 48.48%
R=27.41%
G=24.11%
B=48.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108951910.430.5000.25248.1242.8656.08
Hex6C5FBF2B32019f82b38
Octal15413727753620313705370
Binary110110010111111011111110101111001001100111111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,191); }

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

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

 a { background-color: rgb(108,95,191); }

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

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

 span { border-color: rgb(108,95,191); }

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