#706DAF

Color #706DAF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #706DAF

Tints of Chetwode Blue #706DAF

Color information

#706DAF (or 0x706DAF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6D and AF. RGB value is (112,109,175). Sum of RGB (Red+Green+Blue) = 112+109+175=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #706DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DAF is #8F9250. Grayscale: #757575. Windows color (decimal): -9409105 or 11496816. OLE color: 11496816.

HSL color Cylindrical-coordinate representation of color #706DAF: hue angle of 242.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706DAF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112109175-
CMYK0.360.3800.31
HSL242.73º29.2%55.69%-
HSV(B)242.73º37.71%68.63%-
XYZ19.8917.4842.88-
YUV117.42160.49124.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=28.28%
G=27.53%
B=44.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121091750.360.3800.31242.7329.255.69
Hex706DAF242601Ff31d38
Octal16015525744460373633570
Binary11100001101101101011111001001001100111111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706DAF;
 }
 .AnyTagClassName
 {
   color: #706DAF;
 }
</style>
background-color css

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

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

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

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

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

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