#706DAD

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

Shades of Chetwode Blue #706DAD

Tints of Chetwode Blue #706DAD

Color information

#706DAD (or 0x706DAD) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6D and AD. RGB value is (112,109,173). Sum of RGB (Red+Green+Blue) = 112+109+173=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #706DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DAD is #8F9252. Grayscale: #747474. Windows color (decimal): -9409107 or 11365744. OLE color: 11365744.

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

Color convert

RGB112109173-
CMYK0.350.3700.32
HSL242.81º28.07%55.29%-
HSV(B)242.81º36.99%67.84%-
XYZ19.6917.441.86-
YUV117.19159.49124.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=28.43%
G=27.66%
B=43.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121091730.350.3700.32242.8128.0755.29
Hex706DAD2325020f31c37
Octal16015525543450403633467
Binary111000011011011010110110001110010101000001111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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