#7070C6

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

Shades of Chetwode Blue #7070C6

Tints of Chetwode Blue #7070C6

Color information

#7070C6 (or 0x7070C6) is unknown color: approx Chetwode Blue. HEX triplet: 70, 70 and C6. RGB value is (112,112,198). Sum of RGB (Red+Green+Blue) = 112+112+198=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #7070C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070C6 is #8F8F39. Grayscale: #797979. Windows color (decimal): -9408314 or 13004912. OLE color: 13004912.

HSL color Cylindrical-coordinate representation of color #7070C6: hue angle of 240º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7070C6 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112112198-
CMYK0.430.4300.22
HSL240º43%60.78%-
HSV(B)240º43.43%77.65%-
XYZ22.6719.1155.92-
YUV121.8171121.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=26.54%
G=26.54%
B=46.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121121980.430.4300.222404360.78
Hex7070C62B2B016f02b3d
Octal16016030653530263605375
Binary111000011100001100011010101110101101011011110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7070C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7070C6; }

 p { color: rgb(112,112,198); }

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

<style>
 a { background-color: #7070C6; }

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

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

<style>
 span { border-color: #7070C6; }

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

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