#706FAD

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

Shades of Chetwode Blue #706FAD

Tints of Chetwode Blue #706FAD

Color information

#706FAD (or 0x706FAD) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6F and AD. RGB value is (112,111,173). Sum of RGB (Red+Green+Blue) = 112+111+173=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #706FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FAD is #8F9052. Grayscale: #767676. Windows color (decimal): -9408595 or 11366256. OLE color: 11366256.

HSL color Cylindrical-coordinate representation of color #706FAD: hue angle of 240.97º degrees, saturation: 0.27, 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 #706FAD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112111173-
CMYK0.350.3600.32
HSL240.97º27.43%55.69%-
HSV(B)240.97º35.84%67.84%-
XYZ19.9117.8341.93-
YUV118.37158.83123.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=28.28%
G=28.03%
B=43.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121111730.350.3600.32240.9727.4355.69
Hex706FAD2324020f11b38
Octal16015725543440403613370
Binary111000011011111010110110001110010001000001111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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