#706FC3

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

Shades of Chetwode Blue #706FC3

Tints of Chetwode Blue #706FC3

Color information

#706FC3 (or 0x706FC3) is unknown color: approx Chetwode Blue. HEX triplet: 70, 6F and C3. RGB value is (112,111,195). Sum of RGB (Red+Green+Blue) = 112+111+195=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #706FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FC3 is #8F903C. Grayscale: #787878. Windows color (decimal): -9408573 or 12808048. OLE color: 12808048.

HSL color Cylindrical-coordinate representation of color #706FC3: hue angle of 240.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706FC3 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112111195-
CMYK0.430.4300.24
HSL240.71º41.18%60%-
HSV(B)240.71º43.08%76.47%-
XYZ22.2218.7554.08-
YUV120.88169.83121.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 195 (76.56% from 255) = 46.65%
R=26.79%
G=26.56%
B=46.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121111950.430.4300.24240.7141.1860
Hex706FC32B2B018f1293c
Octal16015730353530303615174
Binary111000011011111100001110101110101101100011110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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