Html Css Color HEX #6856DB Slate Blue

📋 copy color: '#6856DB'

red 104 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #6856DB

Tints of Slate Blue #6856DB

RGB

 RED value IS 104 (41.02% from 255) = 25.43%

 GREEN value IS 86 (33.98% from 255) = 21.03%

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

R = 25.43%
G = 21.03%
B = 53.55%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6856DB (or 0x6856DB) is known color: Slate Blue. HEX triplet: 68, 56 and DB. RGB value is (104,86,219). Sum of RGB (Red+Green+Blue) = 104+86+219=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6856DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DB is #97A924. Grayscale: #6A6A6A. Windows color (decimal): -9939237 or 14374504. OLE color: 14374504.

HSL color Cylindrical-coordinate representation of color #6856DB: hue angle of 248.12º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6856DB is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 86 219 -
CMYK 0.53 0.61 0 0.14
HSL 248.12º 0.65% 0.6% -
HSV(B) 248.12º 0.61% 0.86% -
XYZ 21.82 14.71 68.71 -
YUV 106.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 104 86 219 0.53 0.61 0 0.14 248.12 0.65 0.6
Hex 68 56 DB 35 3D 0 E F8 41 3C
Octal 150 126 333 65 75 0 16 370 101 74
Binary 1101000 1010110 11011011 110101 111101 0 1110 11111000 1000001 111100

Color Harmonies of #6856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856DB

Black with #6856DB

Text Example


Text Example

White with #6856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6856DB; }

 p { color: rgb(104,86,219); }

 H1.HeaderClassName
 {
   color: #6856DB;
 }
 .AnyTagClassName
 {
   color: #6856DB;
 }
</style>

background-color css

<style>
 a { background-color: #6856DB; }

 a { background-color: rgb(104,86,219); }

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

border-color css

<style>
 span { border-color: #6856DB; }

 span { border-color: rgb(104,86,219); }

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