#6572BA

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

Shades of Chetwode Blue #6572BA

Tints of Chetwode Blue #6572BA

Color information

#6572BA (or 0x6572BA) is unknown color: approx Chetwode Blue. HEX triplet: 65, 72 and BA. RGB value is (101,114,186). Sum of RGB (Red+Green+Blue) = 101+114+186=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #6572BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572BA is #9A8D45. Grayscale: #767676. Windows color (decimal): -10128710 or 12218981. OLE color: 12218981.

HSL color Cylindrical-coordinate representation of color #6572BA: hue angle of 230.82º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6572BA is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101114186-
CMYK0.460.3900.27
HSL230.82º38.12%56.27%-
HSV(B)230.82º45.7%72.94%-
XYZ20.2518.3548.93-
YUV118.32166.19115.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=25.19%
G=28.43%
B=46.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011141860.460.3900.27230.8238.1256.27
Hex6572BA2E2701Be72638
Octal14516227256470333474670
Binary110010111100101011101010111010011101101111100111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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