Html Css Color HEX #6A4CDB Slate Blue

📋 copy color: '#6A4CDB'

red 106 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #6A4CDB

Tints of Slate Blue #6A4CDB

RGB

 RED value IS 106 (41.8% from 255) = 26.43%

 GREEN value IS 76 (30.08% from 255) = 18.95%

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

R = 26.43%
G = 18.95%
B = 54.61%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A4CDB (or 0x6A4CDB) is known color: Slate Blue. HEX triplet: 6A, 4C and DB. RGB value is (106,76,219). Sum of RGB (Red+Green+Blue) = 106+76+219=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4CDB is #95B324. Grayscale: #646464. Windows color (decimal): -9810725 or 14371946. OLE color: 14371946.

HSL color Cylindrical-coordinate representation of color #6A4CDB: hue angle of 252.59º degrees, saturation: 0.67, 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 #6A4CDB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 76 219 -
CMYK 0.52 0.65 0 0.14
HSL 252.59º 0.67% 0.58% -
HSV(B) 252.59º 0.65% 0.86% -
XYZ 21.31 13.35 68.47 -
YUV 101.27 194.44 131.37 -
System Red Green Blue C M Y K H S L
Decimal 106 76 219 0.52 0.65 0 0.14 252.59 0.67 0.58
Hex 6A 4C DB 34 41 0 E FD 43 3A
Octal 152 114 333 64 101 0 16 375 103 72
Binary 1101010 1001100 11011011 110100 1000001 0 1110 11111101 1000011 111010

Color Harmonies of #6A4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4CDB

Black with #6A4CDB

Text Example


Text Example

White with #6A4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,76,219); }

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

background-color css

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

 a { background-color: rgb(106,76,219); }

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

border-color css

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

 span { border-color: rgb(106,76,219); }

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