Html Css Color HEX #6C5DDB Slate Blue

📋 copy color: '#6C5DDB'

red 108 ◦ green 93 ◦ blue 219

#6C5DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6C5DDB

Tints of Slate Blue #6C5DDB

RGB

 RED value IS 108 (42.58% from 255) = 25.71%

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 25.71%
G = 22.14%
B = 52.14%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C5DDB (or 0x6C5DDB) is known color: Slate Blue. HEX triplet: 6C, 5D and DB. RGB value is (108,93,219). Sum of RGB (Red+Green+Blue) = 108+93+219=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DDB is #93A224. Grayscale: #6F6F6F. Windows color (decimal): -9675301 or 14376300. OLE color: 14376300.

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

Color convert

RGB 108 93 219 -
CMYK 0.51 0.58 0 0.14
HSL 247.14º 0.64% 0.61% -
HSV(B) 247.14º 0.58% 0.86% -
XYZ 22.88 16.13 68.93 -
YUV 111.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 108 93 219 0.51 0.58 0 0.14 247.14 0.64 0.61
Hex 6C 5D DB 33 3A 0 E F7 40 3D
Octal 154 135 333 63 72 0 16 367 100 75
Binary 1101100 1011101 11011011 110011 111010 0 1110 11110111 1000000 111101

Color Harmonies of #6C5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DDB

Black with #6C5DDB

Text Example


Text Example

White with #6C5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C5DDB;
 }
 .AnyTagClassName
 {
   color: #6C5DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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