#706EBC

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

Shades of Chetwode Blue #706EBC

Tints of Chetwode Blue #706EBC

Color information

#706EBC (or 0x706EBC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6E and BC. RGB value is (112,110,188). Sum of RGB (Red+Green+Blue) = 112+110+188=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #706EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EBC is #8F9143. Grayscale: #777777. Windows color (decimal): -9408836 or 12349040. OLE color: 12349040.

HSL color Cylindrical-coordinate representation of color #706EBC: hue angle of 241.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706EBC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112110188-
CMYK0.400.4100.26
HSL241.54º36.79%58.43%-
HSV(B)241.54º41.49%73.73%-
XYZ21.3418.2349.97-
YUV119.49166.66122.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=27.32%
G=26.83%
B=45.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121101880.400.4100.26241.5436.7958.43
Hex706EBC282901Af2253a
Octal16015627450510323624572
Binary111000011011101011110010100010100101101011110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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