Html Css Color HEX #6870DB Slate Blue

📋 copy color: '#6870DB'

red 104 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6870DB

Tints of Slate Blue #6870DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 23.91%
G = 25.75%
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

#6870DB (or 0x6870DB) is known color: Slate Blue. HEX triplet: 68, 70 and DB. RGB value is (104,112,219). Sum of RGB (Red+Green+Blue) = 104+112+219=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6870DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870DB is #978F24. Grayscale: #797979. Windows color (decimal): -9932581 or 14381160. OLE color: 14381160.

HSL color Cylindrical-coordinate representation of color #6870DB: hue angle of 235.83º 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 #6870DB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 112 219 -
CMYK 0.53 0.49 0 0.14
HSL 235.83º 0.61% 0.63% -
HSV(B) 235.83º 0.53% 0.86% -
XYZ 24.29 19.65 69.53 -
YUV 121.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 104 112 219 0.53 0.49 0 0.14 235.83 0.61 0.63
Hex 68 70 DB 35 31 0 E EC 3D 3F
Octal 150 160 333 65 61 0 16 354 75 77
Binary 1101000 1110000 11011011 110101 110001 0 1110 11101100 111101 111111

Color Harmonies of #6870DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870DB

Black with #6870DB

Text Example


Text Example

White with #6870DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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