#706EB9

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

Shades of Chetwode Blue #706EB9

Tints of Chetwode Blue #706EB9

Color information

#706EB9 (or 0x706EB9) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6E and B9. RGB value is (112,110,185). Sum of RGB (Red+Green+Blue) = 112+110+185=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #706EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EB9 is #8F9146. Grayscale: #767676. Windows color (decimal): -9408839 or 12152432. OLE color: 12152432.

HSL color Cylindrical-coordinate representation of color #706EB9: hue angle of 241.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706EB9 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112110185-
CMYK0.390.4100.27
HSL241.6º34.88%57.84%-
HSV(B)241.6º40.54%72.55%-
XYZ21.0118.148.28-
YUV119.15165.16122.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=27.52%
G=27.03%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121101850.390.4100.27241.634.8857.84
Hex706EB9272901Bf2233a
Octal16015627147510333624372
Binary111000011011101011100110011110100101101111110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,185); }

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

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

 a { background-color: rgb(112,110,185); }

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

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

 span { border-color: rgb(112,110,185); }

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