#6C5CDB

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

Shades of Slate Blue #6C5CDB

Tints of Slate Blue #6C5CDB

Color information

#6C5CDB (or 0x6C5CDB) is unknown color: approx Slate Blue. HEX triplet: 6C, 5C and DB. RGB value is (108,92,219). Sum of RGB (Red+Green+Blue) = 108+92+219=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C5CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5CDB is #93A324. Grayscale: #6E6E6E. Windows color (decimal): -9675557 or 14376044. OLE color: 14376044.

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

Color convert

RGB10892219-
CMYK0.510.5800.14
HSL247.56º63.82%60.98%-
HSV(B)247.56º57.99%85.88%-
XYZ22.815.9668.9-
YUV111.26188.8125.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.78%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 219 (85.94% from 255) = 52.27%
R=25.78%
G=21.96%
B=52.27%

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
Decimal108922190.510.5800.14247.5663.8260.98
Hex6C5CDB333A0Ef8403d
Octal154134333637201637010075
Binary110110010111001101101111001111101001110111110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,219); }

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

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

 a { background-color: rgb(108,92,219); }

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

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

 span { border-color: rgb(108,92,219); }

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