#706FB6

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

Shades of Chetwode Blue #706FB6

Tints of Chetwode Blue #706FB6

Color information

#706FB6 (or 0x706FB6) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6F and B6. RGB value is (112,111,182). Sum of RGB (Red+Green+Blue) = 112+111+182=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #706FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FB6 is #8F9049. Grayscale: #777777. Windows color (decimal): -9408586 or 11956080. OLE color: 11956080.

HSL color Cylindrical-coordinate representation of color #706FB6: hue angle of 240.85º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706FB6 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112111182-
CMYK0.380.3900.29
HSL240.85º32.72%57.45%-
HSV(B)240.85º39.01%71.37%-
XYZ20.8118.1946.67-
YUV119.39163.33122.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=27.65%
G=27.41%
B=44.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121111820.380.3900.29240.8532.7257.45
Hex706FB6262701Df12139
Octal16015726646470353614171
Binary111000011011111011011010011010011101110111110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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