#706DB3

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

Shades of Chetwode Blue #706DB3

Tints of Chetwode Blue #706DB3

Color information

#706DB3 (or 0x706DB3) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6D and B3. RGB value is (112,109,179). Sum of RGB (Red+Green+Blue) = 112+109+179=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #706DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DB3 is #8F924C. Grayscale: #757575. Windows color (decimal): -9409101 or 11758960. OLE color: 11758960.

HSL color Cylindrical-coordinate representation of color #706DB3: hue angle of 242.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706DB3 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112109179-
CMYK0.370.3900.30
HSL242.57º31.53%56.47%-
HSV(B)242.57º39.11%70.2%-
XYZ20.2917.6444.98-
YUV117.88162.49123.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=28%
G=27.25%
B=44.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121091790.370.3900.30242.5731.5356.47
Hex706DB3252701Ef32038
Octal16015526345470363634070
Binary111000011011011011001110010110011101111011110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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