Html Css Color HEX #6C4DDB Slate Blue

📋 copy color: '#6C4DDB'

red 108 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #6C4DDB

Tints of Slate Blue #6C4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

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

R = 26.73%
G = 19.06%
B = 54.21%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C4DDB (or 0x6C4DDB) is known color: Slate Blue. HEX triplet: 6C, 4D and DB. RGB value is (108,77,219). Sum of RGB (Red+Green+Blue) = 108+77+219=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DDB is #93B224. Grayscale: #656565. Windows color (decimal): -9679397 or 14372204. OLE color: 14372204.

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

Color convert

RGB 108 77 219 -
CMYK 0.51 0.65 0 0.14
HSL 253.1º 0.66% 0.58% -
HSV(B) 253.1º 0.65% 0.86% -
XYZ 21.62 13.61 68.51 -
YUV 102.46 193.77 131.95 -
System Red Green Blue C M Y K H S L
Decimal 108 77 219 0.51 0.65 0 0.14 253.1 0.66 0.58
Hex 6C 4D DB 33 41 0 E FD 42 3A
Octal 154 115 333 63 101 0 16 375 102 72
Binary 1101100 1001101 11011011 110011 1000001 0 1110 11111101 1000010 111010

Color Harmonies of #6C4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DDB

Black with #6C4DDB

Text Example


Text Example

White with #6C4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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