Html Css Color HEX #706ECD Slate Blue

📋 copy color: '#706ECD'

red 112 ◦ green 110 ◦ blue 205

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

Shades of Slate Blue #706ECD

Tints of Slate Blue #706ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

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

R = 26.23%
G = 25.76%
B = 48.01%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#706ECD (or 0x706ECD) is known color: Slate Blue. HEX triplet: 70, 6E and CD. RGB value is (112,110,205). Sum of RGB (Red+Green+Blue) = 112+110+205=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #706ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECD is #8F9132. Grayscale: #797979. Windows color (decimal): -9408819 or 13463152. OLE color: 13463152.

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

Color convert

RGB 112 110 205 -
CMYK 0.45 0.46 0 0.20
HSL 241.26º 0.49% 0.62% -
HSV(B) 241.26º 0.46% 0.8% -
XYZ 23.28 19 60.2 -
YUV 121.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 112 110 205 0.45 0.46 0 0.20 241.26 0.49 0.62
Hex 70 6E CD 2D 2E 0 14 F1 31 3E
Octal 160 156 315 55 56 0 24 361 61 76
Binary 1110000 1101110 11001101 101101 101110 0 10100 11110001 110001 111110

Color Harmonies of #706ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ECD

Black with #706ECD

Text Example


Text Example

White with #706ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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