#6572AF

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

Shades of Chetwode Blue #6572AF

Tints of Chetwode Blue #6572AF

Color information

#6572AF (or 0x6572AF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 72 and AF. RGB value is (101,114,175). Sum of RGB (Red+Green+Blue) = 101+114+175=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #6572AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6572AF is #9A8D50. Grayscale: #747474. Windows color (decimal): -10128721 or 11498085. OLE color: 11498085.

HSL color Cylindrical-coordinate representation of color #6572AF: hue angle of 229.46º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6572AF is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101114175-
CMYK0.420.3500.31
HSL229.46º31.62%54.12%-
HSV(B)229.46º42.29%68.63%-
XYZ19.1217.943-
YUV117.07160.69116.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=25.90%
G=29.23%
B=44.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011141750.420.3500.31229.4631.6254.12
Hex6572AF2A2301Fe52036
Octal14516225752430373454066
Binary110010111100101010111110101010001101111111100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,114,175); }

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

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

 a { background-color: rgb(101,114,175); }

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

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

 span { border-color: rgb(101,114,175); }

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