Html Css Color HEX #706ECC Slate Blue

📋 copy color: '#706ECC'

red 112 ◦ green 110 ◦ blue 204

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

Shades of Slate Blue #706ECC

Tints of Slate Blue #706ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 26.29%
G = 25.82%
B = 47.89%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#706ECC (or 0x706ECC) is known color: Slate Blue. HEX triplet: 70, 6E and CC. RGB value is (112,110,204). Sum of RGB (Red+Green+Blue) = 112+110+204=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #706ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECC is #8F9133. Grayscale: #787878. Windows color (decimal): -9408820 or 13397616. OLE color: 13397616.

HSL color Cylindrical-coordinate representation of color #706ECC: hue angle of 241.28º degrees, saturation: 0.48, 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 #706ECC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 110 204 -
CMYK 0.45 0.46 0 0.2
HSL 241.28º 0.48% 0.62% -
HSV(B) 241.28º 0.46% 0.8% -
XYZ 23.16 18.96 59.57 -
YUV 121.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 112 110 204 0.45 0.46 0 0.2 241.28 0.48 0.62
Hex 70 6E CC 2D 2E 0 14 F1 30 3E
Octal 160 156 314 55 56 0 24 361 60 76
Binary 1110000 1101110 11001100 101101 101110 0 10100 11110001 110000 111110

Color Harmonies of #706ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ECC

Black with #706ECC

Text Example


Text Example

White with #706ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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