Html Css Color HEX #706ACD Slate Blue

📋 copy color: '#706ACD'

red 112 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #706ACD

Tints of Slate Blue #706ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 26.48%
G = 25.06%
B = 48.46%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#706ACD (or 0x706ACD) is known color: Slate Blue. HEX triplet: 70, 6A and CD. RGB value is (112,106,205). Sum of RGB (Red+Green+Blue) = 112+106+205=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #706ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACD is #8F9532. Grayscale: #767676. Windows color (decimal): -9409843 or 13462128. OLE color: 13462128.

HSL color Cylindrical-coordinate representation of color #706ACD: hue angle of 243.64º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706ACD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 106 205 -
CMYK 0.45 0.48 0 0.20
HSL 243.64º 0.5% 0.61% -
HSV(B) 243.64º 0.48% 0.8% -
XYZ 22.86 18.16 60.06 -
YUV 119.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 112 106 205 0.45 0.48 0 0.20 243.64 0.5 0.61
Hex 70 6A CD 2D 30 0 14 F4 32 3D
Octal 160 152 315 55 60 0 24 364 62 75
Binary 1110000 1101010 11001101 101101 110000 0 10100 11110100 110010 111101

Color Harmonies of #706ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ACD

Black with #706ACD

Text Example


Text Example

White with #706ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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