Html Css Color HEX #706DD0 Slate Blue

📋 copy color: '#706DD0'

red 112 ◦ green 109 ◦ blue 208

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

Shades of Slate Blue #706DD0

Tints of Slate Blue #706DD0

RGB

 RED value IS 112 (44.14% from 255) = 26.11%

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 26.11%
G = 25.41%
B = 48.48%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#706DD0 (or 0x706DD0) is known color: Slate Blue. HEX triplet: 70, 6D and D0. RGB value is (112,109,208). Sum of RGB (Red+Green+Blue) = 112+109+208=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #706DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DD0 is #8F922F. Grayscale: #787878. Windows color (decimal): -9409072 or 13659504. OLE color: 13659504.

HSL color Cylindrical-coordinate representation of color #706DD0: hue angle of 241.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706DD0 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 109 208 -
CMYK 0.46 0.48 0 0.18
HSL 241.82º 0.51% 0.62% -
HSV(B) 241.82º 0.48% 0.82% -
XYZ 23.54 18.94 62.09 -
YUV 121.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 112 109 208 0.46 0.48 0 0.18 241.82 0.51 0.62
Hex 70 6D D0 2E 30 0 12 F2 33 3E
Octal 160 155 320 56 60 0 22 362 63 76
Binary 1110000 1101101 11010000 101110 110000 0 10010 11110010 110011 111110

Color Harmonies of #706DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DD0

Black with #706DD0

Text Example


Text Example

White with #706DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706DD0; }

 p { color: rgb(112,109,208); }

 H1.HeaderClassName
 {
   color: #706DD0;
 }
 .AnyTagClassName
 {
   color: #706DD0;
 }
</style>

background-color css

<style>
 a { background-color: #706DD0; }

 a { background-color: rgb(112,109,208); }

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

border-color css

<style>
 span { border-color: #706DD0; }

 span { border-color: rgb(112,109,208); }

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