Html Css Color HEX #706ADA Slate Blue

📋 copy color: '#706ADA'

red 112 ◦ green 106 ◦ blue 218

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

Shades of Slate Blue #706ADA

Tints of Slate Blue #706ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 218 (85.55% from 255) = 50%

R = 25.69%
G = 24.31%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#706ADA (or 0x706ADA) is known color: Slate Blue. HEX triplet: 70, 6A and DA. RGB value is (112,106,218). Sum of RGB (Red+Green+Blue) = 112+106+218=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #706ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADA is #8F9525. Grayscale: #787878. Windows color (decimal): -9409830 or 14314096. OLE color: 14314096.

HSL color Cylindrical-coordinate representation of color #706ADA: hue angle of 243.21º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706ADA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 106 218 -
CMYK 0.49 0.51 0 0.15
HSL 243.21º 0.6% 0.64% -
HSV(B) 243.21º 0.51% 0.85% -
XYZ 24.49 18.81 68.67 -
YUV 120.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 112 106 218 0.49 0.51 0 0.15 243.21 0.6 0.64
Hex 70 6A DA 31 33 0 F F3 3C 40
Octal 160 152 332 61 63 0 17 363 74 100
Binary 1110000 1101010 11011010 110001 110011 0 1111 11110011 111100 1000000

Color Harmonies of #706ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ADA

Black with #706ADA

Text Example


Text Example

White with #706ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,218); }

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

background-color css

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

 a { background-color: rgb(112,106,218); }

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

border-color css

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

 span { border-color: rgb(112,106,218); }

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