#6A5DBF

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

Shades of Slate Blue #6A5DBF

Tints of Slate Blue #6A5DBF

Color information

#6A5DBF (or 0x6A5DBF) is unknown color: approx Slate Blue. HEX triplet: 6A, 5D and BF. RGB value is (106,93,191). Sum of RGB (Red+Green+Blue) = 106+93+191=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DBF is #95A240. Grayscale: #6B6B6B. Windows color (decimal): -9806401 or 12541290. OLE color: 12541290.

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

Color convert

RGB10693191-
CMYK0.450.5100.25
HSL247.96º43.36%55.69%-
HSV(B)247.96º51.31%74.9%-
XYZ19.2614.6551.1-
YUV108.06174.81126.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.18%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 191 (75% from 255) = 48.97%
R=27.18%
G=23.85%
B=48.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106931910.450.5100.25247.9643.3655.69
Hex6A5DBF2D33019f82b38
Octal15213527755630313705370
Binary110101010111011011111110110111001101100111111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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