Html Css Color HEX #706FAE Chetwode Blue

📋 copy color: '#706FAE'

red 112 ◦ green 111 ◦ blue 174

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

Shades of Chetwode Blue #706FAE

Tints of Chetwode Blue #706FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 28.21%
G = 27.96%
B = 43.83%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#706FAE (or 0x706FAE) is known color: Chetwode Blue. HEX triplet: 70, 6F and AE. RGB value is (112,111,174). Sum of RGB (Red+Green+Blue) = 112+111+174=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #706FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FAE is #8F9051. Grayscale: #767676. Windows color (decimal): -9408594 or 11431792. OLE color: 11431792.

HSL color Cylindrical-coordinate representation of color #706FAE: hue angle of 240.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706FAE is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 111 174 -
CMYK 0.36 0.36 0 0.32
HSL 240.95º 0.28% 0.56% -
HSV(B) 240.95º 0.36% 0.68% -
XYZ 20.01 17.87 42.44 -
YUV 118.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 112 111 174 0.36 0.36 0 0.32 240.95 0.28 0.56
Hex 70 6F AE 24 24 0 20 F1 1C 38
Octal 160 157 256 44 44 0 40 361 34 70
Binary 1110000 1101111 10101110 100100 100100 0 100000 11110001 11100 111000

Color Harmonies of #706FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FAE

Black with #706FAE

Text Example


Text Example

White with #706FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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