Html Css Color HEX #6856C0 Slate Blue

📋 copy color: '#6856C0'

red 104 ◦ green 86 ◦ blue 192

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

Shades of Slate Blue #6856C0

Tints of Slate Blue #6856C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 27.23%
G = 22.51%
B = 50.26%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6856C0 (or 0x6856C0) is known color: Slate Blue. HEX triplet: 68, 56 and C0. RGB value is (104,86,192). Sum of RGB (Red+Green+Blue) = 104+86+192=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #6856C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856C0 is #97A93F. Grayscale: #676767. Windows color (decimal): -9939264 or 12605032. OLE color: 12605032.

HSL color Cylindrical-coordinate representation of color #6856C0: hue angle of 250.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6856C0 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 86 192 -
CMYK 0.46 0.55 0 0.25
HSL 250.19º 0.46% 0.55% -
HSV(B) 250.19º 0.55% 0.75% -
XYZ 18.55 13.4 51.48 -
YUV 103.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 104 86 192 0.46 0.55 0 0.25 250.19 0.46 0.55
Hex 68 56 C0 2E 37 0 19 FA 2E 37
Octal 150 126 300 56 67 0 31 372 56 67
Binary 1101000 1010110 11000000 101110 110111 0 11001 11111010 101110 110111

Color Harmonies of #6856C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856C0

Black with #6856C0

Text Example


Text Example

White with #6856C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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