Html Css Color HEX #6A49DB Slate Blue

📋 copy color: '#6A49DB'

red 106 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #6A49DB

Tints of Slate Blue #6A49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

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

R = 26.63%
G = 18.34%
B = 55.03%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A49DB (or 0x6A49DB) is known color: Slate Blue. HEX triplet: 6A, 49 and DB. RGB value is (106,73,219). Sum of RGB (Red+Green+Blue) = 106+73+219=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A49DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A49DB is #95B624. Grayscale: #626262. Windows color (decimal): -9811493 or 14371178. OLE color: 14371178.

HSL color Cylindrical-coordinate representation of color #6A49DB: hue angle of 253.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A49DB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 73 219 -
CMYK 0.52 0.67 0 0.14
HSL 253.56º 0.67% 0.57% -
HSV(B) 253.56º 0.67% 0.86% -
XYZ 21.11 12.94 68.4 -
YUV 99.51 195.43 132.63 -
System Red Green Blue C M Y K H S L
Decimal 106 73 219 0.52 0.67 0 0.14 253.56 0.67 0.57
Hex 6A 49 DB 34 43 0 E FE 43 39
Octal 152 111 333 64 103 0 16 376 103 71
Binary 1101010 1001001 11011011 110100 1000011 0 1110 11111110 1000011 111001

Color Harmonies of #6A49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A49DB

Black with #6A49DB

Text Example


Text Example

White with #6A49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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