#6572AB

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

Shades of Chetwode Blue #6572AB

Tints of Chetwode Blue #6572AB

Color information

#6572AB (or 0x6572AB) is unknown color: approx Chetwode Blue. HEX triplet: 65, 72 and AB. RGB value is (101,114,171). Sum of RGB (Red+Green+Blue) = 101+114+171=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6572AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6572AB is #9A8D54. Grayscale: #747474. Windows color (decimal): -10128725 or 11235941. OLE color: 11235941.

HSL color Cylindrical-coordinate representation of color #6572AB: hue angle of 228.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6572AB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101114171-
CMYK0.410.3300.33
HSL228.86º29.41%53.33%-
HSV(B)228.86º40.94%67.06%-
XYZ18.7317.7440.97-
YUV116.61158.69116.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=26.17%
G=29.53%
B=44.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011141710.410.3300.33228.8629.4153.33
Hex6572AB2921021e51d35
Octal14516225351410413453565
Binary110010111100101010101110100110000101000011110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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