#706ABE

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

Shades of Chetwode Blue #706ABE

Tints of Chetwode Blue #706ABE

Color information

#706ABE (or 0x706ABE) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6A and BE. RGB value is (112,106,190). Sum of RGB (Red+Green+Blue) = 112+106+190=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #706ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ABE is #8F9541. Grayscale: #757575. Windows color (decimal): -9409858 or 12479088. OLE color: 12479088.

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

Color convert

RGB112106190-
CMYK0.410.4400.25
HSL244.29º39.25%58.04%-
HSV(B)244.29º44.21%74.51%-
XYZ21.1317.4750.97-
YUV117.37168.99124.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=27.45%
G=25.98%
B=46.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121061900.410.4400.25244.2939.2558.04
Hex706ABE292C019f4273a
Octal16015227651540313644772
Binary111000011010101011111010100110110001100111110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,190); }

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

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

 a { background-color: rgb(112,106,190); }

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

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

 span { border-color: rgb(112,106,190); }

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