#6C5DDC

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

Shades of Slate Blue #6C5DDC

Tints of Slate Blue #6C5DDC

Color information

#6C5DDC (or 0x6C5DDC) is unknown color: approx Slate Blue. HEX triplet: 6C, 5D and DC. RGB value is (108,93,220). Sum of RGB (Red+Green+Blue) = 108+93+220=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C5DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DDC is #93A223. Grayscale: #6F6F6F. Windows color (decimal): -9675300 or 14441836. OLE color: 14441836.

HSL color Cylindrical-coordinate representation of color #6C5DDC: hue angle of 247.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C5DDC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10893220-
CMYK0.510.5800.14
HSL247.09º64.47%61.37%-
HSV(B)247.09º57.73%86.27%-
XYZ23.0216.1869.62-
YUV111.96188.97125.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 220 (86.33% from 255) = 52.26%
R=25.65%
G=22.09%
B=52.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108932200.510.5800.14247.0964.4761.37
Hex6C5DDC333A0Ef7403d
Octal154135334637201636710075
Binary110110010111011101110011001111101001110111101111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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