Html Css Color HEX #6970DB Slate Blue

📋 copy color: '#6970DB'

red 105 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6970DB

Tints of Slate Blue #6970DB

RGB

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

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

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

R = 24.08%
G = 25.69%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6970DB (or 0x6970DB) is known color: Slate Blue. HEX triplet: 69, 70 and DB. RGB value is (105,112,219). Sum of RGB (Red+Green+Blue) = 105+112+219=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 112 (44.14% from 255 or 25.69% 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 #6970DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970DB is #968F24. Grayscale: #797979. Windows color (decimal): -9867045 or 14381161. OLE color: 14381161.

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

Color convert

RGB 105 112 219 -
CMYK 0.52 0.49 0 0.14
HSL 236.32º 0.61% 0.64% -
HSV(B) 236.32º 0.52% 0.86% -
XYZ 24.41 19.71 69.54 -
YUV 122.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 105 112 219 0.52 0.49 0 0.14 236.32 0.61 0.64
Hex 69 70 DB 34 31 0 E EC 3D 40
Octal 151 160 333 64 61 0 16 354 75 100
Binary 1101001 1110000 11011011 110100 110001 0 1110 11101100 111101 1000000

Color Harmonies of #6970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970DB

Black with #6970DB

Text Example


Text Example

White with #6970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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