Html Css Color HEX #705FC6 Slate Blue

📋 copy color: '#705FC6'

red 112 ◦ green 95 ◦ blue 198

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

Shades of Slate Blue #705FC6

Tints of Slate Blue #705FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 27.65%
G = 23.46%
B = 48.89%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#705FC6 (or 0x705FC6) is known color: Slate Blue. HEX triplet: 70, 5F and C6. RGB value is (112,95,198). Sum of RGB (Red+Green+Blue) = 112+95+198=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #705FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC6 is #8FA039. Grayscale: #6F6F6F. Windows color (decimal): -9412666 or 13000560. OLE color: 13000560.

HSL color Cylindrical-coordinate representation of color #705FC6: hue angle of 249.9º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705FC6 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 95 198 -
CMYK 0.43 0.52 0 0.22
HSL 249.9º 0.47% 0.57% -
HSV(B) 249.9º 0.52% 0.78% -
XYZ 20.97 15.71 55.35 -
YUV 111.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 112 95 198 0.43 0.52 0 0.22 249.9 0.47 0.57
Hex 70 5F C6 2B 34 0 16 FA 2F 39
Octal 160 137 306 53 64 0 26 372 57 71
Binary 1110000 1011111 11000110 101011 110100 0 10110 11111010 101111 111001

Color Harmonies of #705FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FC6

Black with #705FC6

Text Example


Text Example

White with #705FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705FC6; }

 p { color: rgb(112,95,198); }

 H1.HeaderClassName
 {
   color: #705FC6;
 }
 .AnyTagClassName
 {
   color: #705FC6;
 }
</style>

background-color css

<style>
 a { background-color: #705FC6; }

 a { background-color: rgb(112,95,198); }

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

border-color css

<style>
 span { border-color: #705FC6; }

 span { border-color: rgb(112,95,198); }

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