Html Css Color HEX #706BD7 Slate Blue

📋 copy color: '#706BD7'

red 112 ◦ green 107 ◦ blue 215

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

Shades of Slate Blue #706BD7

Tints of Slate Blue #706BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

 BLUE value IS 215 (84.38% from 255) = 49.54%

R = 25.81%
G = 24.65%
B = 49.54%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#706BD7 (or 0x706BD7) is known color: Slate Blue. HEX triplet: 70, 6B and D7. RGB value is (112,107,215). Sum of RGB (Red+Green+Blue) = 112+107+215=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #706BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BD7 is #8F9428. Grayscale: #787878. Windows color (decimal): -9409577 or 14117744. OLE color: 14117744.

HSL color Cylindrical-coordinate representation of color #706BD7: hue angle of 242.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706BD7 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 107 215 -
CMYK 0.48 0.50 0 0.16
HSL 242.78º 0.57% 0.63% -
HSV(B) 242.78º 0.5% 0.84% -
XYZ 24.21 18.87 66.66 -
YUV 120.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 112 107 215 0.48 0.50 0 0.16 242.78 0.57 0.63
Hex 70 6B D7 30 32 0 10 F3 39 3F
Octal 160 153 327 60 62 0 20 363 71 77
Binary 1110000 1101011 11010111 110000 110010 0 10000 11110011 111001 111111

Color Harmonies of #706BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BD7

Black with #706BD7

Text Example


Text Example

White with #706BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,215); }

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

background-color css

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

 a { background-color: rgb(112,107,215); }

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

border-color css

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

 span { border-color: rgb(112,107,215); }

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