Html Css Color HEX #706ECB Slate Blue

📋 copy color: '#706ECB'

red 112 ◦ green 110 ◦ blue 203

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

Shades of Slate Blue #706ECB

Tints of Slate Blue #706ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 26.35%
G = 25.88%
B = 47.76%

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

#706ECB (or 0x706ECB) is known color: Slate Blue. HEX triplet: 70, 6E and CB. RGB value is (112,110,203). Sum of RGB (Red+Green+Blue) = 112+110+203=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #706ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECB is #8F9134. Grayscale: #787878. Windows color (decimal): -9408821 or 13332080. OLE color: 13332080.

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

Color convert

RGB 112 110 203 -
CMYK 0.45 0.46 0 0.20
HSL 241.29º 0.47% 0.61% -
HSV(B) 241.29º 0.46% 0.8% -
XYZ 23.04 18.91 58.94 -
YUV 121.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 112 110 203 0.45 0.46 0 0.20 241.29 0.47 0.61
Hex 70 6E CB 2D 2E 0 14 F1 2F 3D
Octal 160 156 313 55 56 0 24 361 57 75
Binary 1110000 1101110 11001011 101101 101110 0 10100 11110001 101111 111101

Color Harmonies of #706ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ECB

Black with #706ECB

Text Example


Text Example

White with #706ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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