Html Css Color HEX #6871DC Slate Blue

📋 copy color: '#6871DC'

red 104 ◦ green 113 ◦ blue 220

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

Shades of Slate Blue #6871DC

Tints of Slate Blue #6871DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

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

R = 23.8%
G = 25.86%
B = 50.34%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6871DC (or 0x6871DC) is known color: Slate Blue. HEX triplet: 68, 71 and DC. RGB value is (104,113,220). Sum of RGB (Red+Green+Blue) = 104+113+220=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6871DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871DC is #978E23. Grayscale: #7A7A7A. Windows color (decimal): -9932324 or 14446952. OLE color: 14446952.

HSL color Cylindrical-coordinate representation of color #6871DC: hue angle of 235.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6871DC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 113 220 -
CMYK 0.53 0.49 0 0.14
HSL 235.34º 0.62% 0.64% -
HSV(B) 235.34º 0.53% 0.86% -
XYZ 24.53 19.92 70.26 -
YUV 122.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 104 113 220 0.53 0.49 0 0.14 235.34 0.62 0.64
Hex 68 71 DC 35 31 0 E EB 3E 40
Octal 150 161 334 65 61 0 16 353 76 100
Binary 1101000 1110001 11011100 110101 110001 0 1110 11101011 111110 1000000

Color Harmonies of #6871DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871DC

Black with #6871DC

Text Example


Text Example

White with #6871DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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