Html Css Color HEX #6871DB Slate Blue

📋 copy color: '#6871DB'

red 104 ◦ green 113 ◦ blue 219

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

Shades of Slate Blue #6871DB

Tints of Slate Blue #6871DB

RGB

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

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

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

R = 23.85%
G = 25.92%
B = 50.23%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6871DB (or 0x6871DB) is known color: Slate Blue. HEX triplet: 68, 71 and DB. RGB value is (104,113,219). Sum of RGB (Red+Green+Blue) = 104+113+219=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6871DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871DB is #978E24. Grayscale: #797979. Windows color (decimal): -9932325 or 14381416. OLE color: 14381416.

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

Color convert

RGB 104 113 219 -
CMYK 0.53 0.48 0 0.14
HSL 235.3º 0.61% 0.63% -
HSV(B) 235.3º 0.53% 0.86% -
XYZ 24.4 19.87 69.57 -
YUV 122.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 104 113 219 0.53 0.48 0 0.14 235.3 0.61 0.63
Hex 68 71 DB 35 30 0 E EB 3D 3F
Octal 150 161 333 65 60 0 16 353 75 77
Binary 1101000 1110001 11011011 110101 110000 0 1110 11101011 111101 111111

Color Harmonies of #6871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871DB

Black with #6871DB

Text Example


Text Example

White with #6871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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