Html Css Color HEX #6971DB Slate Blue

📋 copy color: '#6971DB'

red 105 ◦ green 113 ◦ blue 219

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

Shades of Slate Blue #6971DB

Tints of Slate Blue #6971DB

RGB

 RED value IS 105 (41.41% from 255) = 24.03%

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

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

R = 24.03%
G = 25.86%
B = 50.11%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6971DB (or 0x6971DB) is known color: Slate Blue. HEX triplet: 69, 71 and DB. RGB value is (105,113,219). Sum of RGB (Red+Green+Blue) = 105+113+219=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6971DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971DB is #968E24. Grayscale: #7A7A7A. Windows color (decimal): -9866789 or 14381417. OLE color: 14381417.

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

Color convert

RGB 105 113 219 -
CMYK 0.52 0.48 0 0.14
HSL 235.79º 0.61% 0.64% -
HSV(B) 235.79º 0.52% 0.86% -
XYZ 24.52 19.93 69.57 -
YUV 122.69 182.35 115.38 -
System Red Green Blue C M Y K H S L
Decimal 105 113 219 0.52 0.48 0 0.14 235.79 0.61 0.64
Hex 69 71 DB 34 30 0 E EC 3D 40
Octal 151 161 333 64 60 0 16 354 75 100
Binary 1101001 1110001 11011011 110100 110000 0 1110 11101100 111101 1000000

Color Harmonies of #6971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971DB

Black with #6971DB

Text Example


Text Example

White with #6971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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