Html Css Color HEX #706BD8 Slate Blue

📋 copy color: '#706BD8'

red 112 ◦ green 107 ◦ blue 216

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

Shades of Slate Blue #706BD8

Tints of Slate Blue #706BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.66%

R = 25.75%
G = 24.6%
B = 49.66%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#706BD8 (or 0x706BD8) is known color: Slate Blue. HEX triplet: 70, 6B and D8. RGB value is (112,107,216). Sum of RGB (Red+Green+Blue) = 112+107+216=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #706BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BD8 is #8F9427. Grayscale: #787878. Windows color (decimal): -9409576 or 14183280. OLE color: 14183280.

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

Color convert

RGB 112 107 216 -
CMYK 0.48 0.50 0 0.15
HSL 242.75º 0.58% 0.63% -
HSV(B) 242.75º 0.5% 0.85% -
XYZ 24.33 18.92 67.33 -
YUV 120.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 112 107 216 0.48 0.50 0 0.15 242.75 0.58 0.63
Hex 70 6B D8 30 32 0 F F3 3A 3F
Octal 160 153 330 60 62 0 17 363 72 77
Binary 1110000 1101011 11011000 110000 110010 0 1111 11110011 111010 111111

Color Harmonies of #706BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BD8

Black with #706BD8

Text Example


Text Example

White with #706BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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