Html Css Color HEX #6856DE Slate Blue

📋 copy color: '#6856DE'

red 104 ◦ green 86 ◦ blue 222

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

Shades of Slate Blue #6856DE

Tints of Slate Blue #6856DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 25.24%
G = 20.87%
B = 53.88%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6856DE (or 0x6856DE) is known color: Slate Blue. HEX triplet: 68, 56 and DE. RGB value is (104,86,222). Sum of RGB (Red+Green+Blue) = 104+86+222=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #6856DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DE is #97A921. Grayscale: #6A6A6A. Windows color (decimal): -9939234 or 14571112. OLE color: 14571112.

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

Color convert

RGB 104 86 222 -
CMYK 0.53 0.61 0 0.13
HSL 247.94º 0.67% 0.6% -
HSV(B) 247.94º 0.61% 0.87% -
XYZ 22.22 14.87 70.81 -
YUV 106.89 192.96 125.94 -
System Red Green Blue C M Y K H S L
Decimal 104 86 222 0.53 0.61 0 0.13 247.94 0.67 0.6
Hex 68 56 DE 35 3D 0 D F8 43 3C
Octal 150 126 336 65 75 0 15 370 103 74
Binary 1101000 1010110 11011110 110101 111101 0 1101 11111000 1000011 111100

Color Harmonies of #6856DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856DE

Black with #6856DE

Text Example


Text Example

White with #6856DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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