#6C5DCF

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

Shades of Slate Blue #6C5DCF

Tints of Slate Blue #6C5DCF

Color information

#6C5DCF (or 0x6C5DCF) is unknown color: approx Slate Blue. HEX triplet: 6C, 5D and CF. RGB value is (108,93,207). Sum of RGB (Red+Green+Blue) = 108+93+207=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DCF is #93A230. Grayscale: #6E6E6E. Windows color (decimal): -9675313 or 13589868. OLE color: 13589868.

HSL color Cylindrical-coordinate representation of color #6C5DCF: hue angle of 247.89º 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 #6C5DCF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10893207-
CMYK0.480.5500.19
HSL247.89º54.29%58.82%-
HSV(B)247.89º55.07%81.18%-
XYZ21.3615.5260.9-
YUV110.48182.47126.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.47%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 207 (81.25% from 255) = 50.74%
R=26.47%
G=22.79%
B=50.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108932070.480.5500.19247.8954.2958.82
Hex6C5DCF3037013f8363b
Octal15413531760670233706673
Binary110110010111011100111111000011011101001111111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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