Html Css Color HEX #6A51DB Slate Blue

📋 copy color: '#6A51DB'

red 106 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #6A51DB

Tints of Slate Blue #6A51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 26.11%
G = 19.95%
B = 53.94%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A51DB (or 0x6A51DB) is known color: Slate Blue. HEX triplet: 6A, 51 and DB. RGB value is (106,81,219). Sum of RGB (Red+Green+Blue) = 106+81+219=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A51DB is #95AE24. Grayscale: #676767. Windows color (decimal): -9809445 or 14373226. OLE color: 14373226.

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

Color convert

RGB 106 81 219 -
CMYK 0.52 0.63 0 0.14
HSL 250.87º 0.66% 0.59% -
HSV(B) 250.87º 0.63% 0.86% -
XYZ 21.67 14.06 68.59 -
YUV 104.21 192.78 129.28 -
System Red Green Blue C M Y K H S L
Decimal 106 81 219 0.52 0.63 0 0.14 250.87 0.66 0.59
Hex 6A 51 DB 34 3F 0 E FB 42 3B
Octal 152 121 333 64 77 0 16 373 102 73
Binary 1101010 1010001 11011011 110100 111111 0 1110 11111011 1000010 111011

Color Harmonies of #6A51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A51DB

Black with #6A51DB

Text Example


Text Example

White with #6A51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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