#6572BE

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

Shades of Chetwode Blue #6572BE

Tints of Chetwode Blue #6572BE

Color information

#6572BE (or 0x6572BE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 72 and BE. RGB value is (101,114,190). Sum of RGB (Red+Green+Blue) = 101+114+190=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #6572BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572BE is #9A8D41. Grayscale: #767676. Windows color (decimal): -10128706 or 12481125. OLE color: 12481125.

HSL color Cylindrical-coordinate representation of color #6572BE: hue angle of 231.24º 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 #6572BE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101114190-
CMYK0.470.4000.25
HSL231.24º40.64%57.06%-
HSV(B)231.24º46.84%74.51%-
XYZ20.6818.5251.2-
YUV118.78168.19115.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=24.94%
G=28.15%
B=46.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011141900.470.4000.25231.2440.6457.06
Hex6572BE2F28019e72939
Octal14516227657500313475171
Binary110010111100101011111010111110100001100111100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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