#6573BE

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

Shades of Chetwode Blue #6573BE

Tints of Chetwode Blue #6573BE

Color information

#6573BE (or 0x6573BE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 73 and BE. RGB value is (101,115,190). Sum of RGB (Red+Green+Blue) = 101+115+190=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #6573BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573BE is #9A8C41. Grayscale: #777777. Windows color (decimal): -10128450 or 12481381. OLE color: 12481381.

HSL color Cylindrical-coordinate representation of color #6573BE: hue angle of 230.56º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6573BE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101115190-
CMYK0.470.3900.25
HSL230.56º40.64%57.06%-
HSV(B)230.56º46.84%74.51%-
XYZ20.7918.7551.24-
YUV119.36167.86114.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=24.88%
G=28.33%
B=46.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011151900.470.3900.25230.5640.6457.06
Hex6573BE2F27019e72939
Octal14516327657470313475171
Binary110010111100111011111010111110011101100111100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6573BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6573BE; }

 p { color: rgb(101,115,190); }

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

<style>
 a { background-color: #6573BE; }

 a { background-color: rgb(101,115,190); }

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

<style>
 span { border-color: #6573BE; }

 span { border-color: rgb(101,115,190); }

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