Html Css Color HEX #706FCC Moody Blue

📋 copy color: '#706FCC'

red 112 ◦ green 111 ◦ blue 204

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

Shades of Moody Blue #706FCC

Tints of Moody Blue #706FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 26.23%
G = 26%
B = 47.78%

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

#706FCC (or 0x706FCC) is known color: Moody Blue. HEX triplet: 70, 6F and CC. RGB value is (112,111,204). Sum of RGB (Red+Green+Blue) = 112+111+204=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #706FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FCC is #8F9033. Grayscale: #797979. Windows color (decimal): -9408564 or 13397872. OLE color: 13397872.

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

Color convert

RGB 112 111 204 -
CMYK 0.45 0.46 0 0.2
HSL 240.65º 0.48% 0.62% -
HSV(B) 240.65º 0.46% 0.8% -
XYZ 23.27 19.17 59.6 -
YUV 121.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 112 111 204 0.45 0.46 0 0.2 240.65 0.48 0.62
Hex 70 6F CC 2D 2E 0 14 F1 30 3E
Octal 160 157 314 55 56 0 24 361 60 76
Binary 1110000 1101111 11001100 101101 101110 0 10100 11110001 110000 111110

Color Harmonies of #706FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FCC

Black with #706FCC

Text Example


Text Example

White with #706FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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