#706DAC

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

Shades of Chetwode Blue #706DAC

Tints of Chetwode Blue #706DAC

Color information

#706DAC (or 0x706DAC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6D and AC. RGB value is (112,109,172). Sum of RGB (Red+Green+Blue) = 112+109+172=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #706DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DAC is #8F9253. Grayscale: #747474. Windows color (decimal): -9409108 or 11300208. OLE color: 11300208.

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

Color convert

RGB112109172-
CMYK0.350.3700.33
HSL242.86º27.51%55.1%-
HSV(B)242.86º36.63%67.45%-
XYZ19.617.3641.35-
YUV117.08158.99124.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=28.50%
G=27.74%
B=43.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121091720.350.3700.33242.8627.5155.1
Hex706DAC2325021f31c37
Octal16015525443450413633467
Binary111000011011011010110010001110010101000011111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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