#6B5DBF

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

Shades of Slate Blue #6B5DBF

Tints of Slate Blue #6B5DBF

Color information

#6B5DBF (or 0x6B5DBF) is unknown color: approx Slate Blue. HEX triplet: 6B, 5D and BF. RGB value is (107,93,191). Sum of RGB (Red+Green+Blue) = 107+93+191=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DBF is #94A240. Grayscale: #6B6B6B. Windows color (decimal): -9740865 or 12541291. OLE color: 12541291.

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

Color convert

RGB10793191-
CMYK0.440.5100.25
HSL248.57º43.36%55.69%-
HSV(B)248.57º51.31%74.9%-
XYZ19.3814.7251.11-
YUV108.36174.64127.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 191 (75% from 255) = 48.85%
R=27.37%
G=23.79%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107931910.440.5100.25248.5743.3655.69
Hex6B5DBF2C33019f92b38
Octal15313527754630313715370
Binary110101110111011011111110110011001101100111111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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