#6070AA

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

Shades of Chetwode Blue #6070AA

Tints of Chetwode Blue #6070AA

Color information

#6070AA (or 0x6070AA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 70 and AA. RGB value is (96,112,170). Sum of RGB (Red+Green+Blue) = 96+112+170=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #6070AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6070AA is #9F8F55. Grayscale: #717171. Windows color (decimal): -10456918 or 11169888. OLE color: 11169888.

HSL color Cylindrical-coordinate representation of color #6070AA: hue angle of 227.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6070AA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96112170-
CMYK0.440.3400.33
HSL227.03º30.33%52.16%-
HSV(B)227.03º43.53%66.67%-
XYZ17.8716.9840.37-
YUV113.83159.7115.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=25.40%
G=29.63%
B=44.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961121700.440.3400.33227.0330.3352.16
Hex6070AA2C22021e31e34
Octal14016025254420413433664
Binary110000011100001010101010110010001001000011110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6070AA; }

 p { color: rgb(96,112,170); }

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

<style>
 a { background-color: #6070AA; }

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

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

<style>
 span { border-color: #6070AA; }

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

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