#6070AF

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

Shades of Chetwode Blue #6070AF

Tints of Chetwode Blue #6070AF

Color information

#6070AF (or 0x6070AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 70 and AF. RGB value is (96,112,175). Sum of RGB (Red+Green+Blue) = 96+112+175=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #6070AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6070AF is #9F8F50. Grayscale: #727272. Windows color (decimal): -10456913 or 11497568. OLE color: 11497568.

HSL color Cylindrical-coordinate representation of color #6070AF: hue angle of 227.85º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6070AF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96112175-
CMYK0.450.3600.31
HSL227.85º33.05%53.14%-
HSV(B)227.85º45.14%68.63%-
XYZ18.3617.1742.9-
YUV114.4162.2114.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=25.07%
G=29.24%
B=45.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961121750.450.3600.31227.8533.0553.14
Hex6070AF2D2401Fe42135
Octal14016025755440373444165
Binary110000011100001010111110110110010001111111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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