#6070AD

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

Shades of Chetwode Blue #6070AD

Tints of Chetwode Blue #6070AD

Color information

#6070AD (or 0x6070AD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 70 and AD. RGB value is (96,112,173). Sum of RGB (Red+Green+Blue) = 96+112+173=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #6070AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6070AD is #9F8F52. Grayscale: #717171. Windows color (decimal): -10456915 or 11366496. OLE color: 11366496.

HSL color Cylindrical-coordinate representation of color #6070AD: hue angle of 227.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6070AD is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96112173-
CMYK0.450.3500.32
HSL227.53º31.95%52.75%-
HSV(B)227.53º44.51%67.84%-
XYZ18.1617.0941.88-
YUV114.17161.2115.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=25.20%
G=29.40%
B=45.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961121730.450.3500.32227.5331.9552.75
Hex6070AD2D23020e42035
Octal14016025555430403444065
Binary1100000111000010101101101101100011010000011100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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