#6B5EBF

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

Shades of Slate Blue #6B5EBF

Tints of Slate Blue #6B5EBF

Color information

#6B5EBF (or 0x6B5EBF) is unknown color: approx Slate Blue. HEX triplet: 6B, 5E and BF. RGB value is (107,94,191). Sum of RGB (Red+Green+Blue) = 107+94+191=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5EBF is #94A140. Grayscale: #6C6C6C. Windows color (decimal): -9740609 or 12541547. OLE color: 12541547.

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

Color convert

RGB10794191-
CMYK0.440.5100.25
HSL248.04º43.11%55.88%-
HSV(B)248.04º50.79%74.9%-
XYZ19.4714.8951.14-
YUV108.94174.31126.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 191 (75% from 255) = 48.72%
R=27.30%
G=23.98%
B=48.72%

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
Decimal107941910.440.5100.25248.0443.1155.88
Hex6B5EBF2C33019f82b38
Octal15313627754630313705370
Binary110101110111101011111110110011001101100111111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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