#6A5DCF

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

Shades of Slate Blue #6A5DCF

Tints of Slate Blue #6A5DCF

Color information

#6A5DCF (or 0x6A5DCF) is unknown color: approx Slate Blue. HEX triplet: 6A, 5D and CF. RGB value is (106,93,207). Sum of RGB (Red+Green+Blue) = 106+93+207=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DCF is #95A230. Grayscale: #6D6D6D. Windows color (decimal): -9806385 or 13589866. OLE color: 13589866.

HSL color Cylindrical-coordinate representation of color #6A5DCF: hue angle of 246.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A5DCF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10693207-
CMYK0.490.5500.19
HSL246.84º54.29%58.82%-
HSV(B)246.84º55.07%81.18%-
XYZ21.1215.460.89-
YUV109.88182.81125.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=26.11%
G=22.91%
B=50.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal106932070.490.5500.19246.8454.2958.82
Hex6A5DCF3137013f7363b
Octal15213531761670233676673
Binary110101010111011100111111000111011101001111110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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