Html Css Color HEX #706DCC Slate Blue

📋 copy color: '#706DCC'

red 112 ◦ green 109 ◦ blue 204

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

Shades of Slate Blue #706DCC

Tints of Slate Blue #706DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

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

R = 26.35%
G = 25.65%
B = 48%

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

#706DCC (or 0x706DCC) is known color: Slate Blue. HEX triplet: 70, 6D and CC. RGB value is (112,109,204). Sum of RGB (Red+Green+Blue) = 112+109+204=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #706DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DCC is #8F9233. Grayscale: #787878. Windows color (decimal): -9409076 or 13397360. OLE color: 13397360.

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

Color convert

RGB 112 109 204 -
CMYK 0.45 0.47 0 0.2
HSL 241.89º 0.48% 0.61% -
HSV(B) 241.89º 0.47% 0.8% -
XYZ 23.05 18.74 59.53 -
YUV 120.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 112 109 204 0.45 0.47 0 0.2 241.89 0.48 0.61
Hex 70 6D CC 2D 2F 0 14 F2 30 3D
Octal 160 155 314 55 57 0 24 362 60 75
Binary 1110000 1101101 11001100 101101 101111 0 10100 11110010 110000 111101

Color Harmonies of #706DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DCC

Black with #706DCC

Text Example


Text Example

White with #706DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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