Html Css Color HEX #706CCC Slate Blue

📋 copy color: '#706CCC'

red 112 ◦ green 108 ◦ blue 204

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

Shades of Slate Blue #706CCC

Tints of Slate Blue #706CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

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

R = 26.42%
G = 25.47%
B = 48.11%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#706CCC (or 0x706CCC) is known color: Slate Blue. HEX triplet: 70, 6C and CC. RGB value is (112,108,204). Sum of RGB (Red+Green+Blue) = 112+108+204=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #706CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CCC is #8F9333. Grayscale: #777777. Windows color (decimal): -9409332 or 13397104. OLE color: 13397104.

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

Color convert

RGB 112 108 204 -
CMYK 0.45 0.47 0 0.2
HSL 242.5º 0.48% 0.61% -
HSV(B) 242.5º 0.47% 0.8% -
XYZ 22.94 18.53 59.49 -
YUV 120.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 112 108 204 0.45 0.47 0 0.2 242.5 0.48 0.61
Hex 70 6C CC 2D 2F 0 14 F2 30 3D
Octal 160 154 314 55 57 0 24 362 60 75
Binary 1110000 1101100 11001100 101101 101111 0 10100 11110010 110000 111101

Color Harmonies of #706CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CCC

Black with #706CCC

Text Example


Text Example

White with #706CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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