Html Css Color HEX #6856DC Slate Blue

📋 copy color: '#6856DC'

red 104 ◦ green 86 ◦ blue 220

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

Shades of Slate Blue #6856DC

Tints of Slate Blue #6856DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 25.37%
G = 20.98%
B = 53.66%

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

#6856DC (or 0x6856DC) is known color: Slate Blue. HEX triplet: 68, 56 and DC. RGB value is (104,86,220). Sum of RGB (Red+Green+Blue) = 104+86+220=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #6856DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DC is #97A923. Grayscale: #6A6A6A. Windows color (decimal): -9939236 or 14440040. OLE color: 14440040.

HSL color Cylindrical-coordinate representation of color #6856DC: hue angle of 248.06º degrees, saturation: 0.66, 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 #6856DC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 86 220 -
CMYK 0.53 0.61 0 0.14
HSL 248.06º 0.66% 0.6% -
HSV(B) 248.06º 0.61% 0.86% -
XYZ 21.95 14.77 69.4 -
YUV 106.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 104 86 220 0.53 0.61 0 0.14 248.06 0.66 0.6
Hex 68 56 DC 35 3D 0 E F8 42 3C
Octal 150 126 334 65 75 0 16 370 102 74
Binary 1101000 1010110 11011100 110101 111101 0 1110 11111000 1000010 111100

Color Harmonies of #6856DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856DC

Black with #6856DC

Text Example


Text Example

White with #6856DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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