#6B5FBF

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

Shades of Slate Blue #6B5FBF

Tints of Slate Blue #6B5FBF

Color information

#6B5FBF (or 0x6B5FBF) is unknown color: approx Slate Blue. HEX triplet: 6B, 5F and BF. RGB value is (107,95,191). Sum of RGB (Red+Green+Blue) = 107+95+191=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FBF is #94A040. Grayscale: #6D6D6D. Windows color (decimal): -9740353 or 12541803. OLE color: 12541803.

HSL color Cylindrical-coordinate representation of color #6B5FBF: hue angle of 247.5º 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 #6B5FBF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10795191-
CMYK0.440.5000.25
HSL247.5º42.86%56.08%-
HSV(B)247.5º50.26%74.9%-
XYZ19.5615.0751.17-
YUV109.53173.98126.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 191 (75% from 255) = 48.60%
R=27.23%
G=24.17%
B=48.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107951910.440.5000.25247.542.8656.08
Hex6B5FBF2C32019f82b38
Octal15313727754620313705370
Binary110101110111111011111110110011001001100111111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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