#706CBC

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

Shades of Chetwode Blue #706CBC

Tints of Chetwode Blue #706CBC

Color information

#706CBC (or 0x706CBC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6C and BC. RGB value is (112,108,188). Sum of RGB (Red+Green+Blue) = 112+108+188=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #706CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CBC is #8F9343. Grayscale: #767676. Windows color (decimal): -9409348 or 12348528. OLE color: 12348528.

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

Color convert

RGB112108188-
CMYK0.400.4300.26
HSL243º37.38%58.04%-
HSV(B)243º42.55%73.73%-
XYZ21.1217.849.9-
YUV118.32167.33123.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=27.45%
G=26.47%
B=46.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121081880.400.4300.2624337.3858.04
Hex706CBC282B01Af3253a
Octal16015427450530323634572
Binary111000011011001011110010100010101101101011110011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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