#6573D7

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

Shades of Chetwode Blue #6573D7

Tints of Chetwode Blue #6573D7

Color information

#6573D7 (or 0x6573D7) is unknown color: approx Chetwode Blue. HEX triplet: 65, 73 and D7. RGB value is (101,115,215). Sum of RGB (Red+Green+Blue) = 101+115+215=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #6573D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573D7 is #9A8C28. Grayscale: #797979. Windows color (decimal): -10128425 or 14119781. OLE color: 14119781.

HSL color Cylindrical-coordinate representation of color #6573D7: hue angle of 232.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6573D7 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101115215-
CMYK0.530.4700.16
HSL232.63º58.76%61.96%-
HSV(B)232.63º53.02%84.31%-
XYZ23.7619.9366.89-
YUV122.21180.36112.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 215 (84.38% from 255) = 49.88%
R=23.43%
G=26.68%
B=49.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011152150.530.4700.16232.6358.7661.96
Hex6573D7352F010e93b3e
Octal14516332765570203517376
Binary110010111100111101011111010110111101000011101001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6573D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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