#6571BD

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

Shades of Chetwode Blue #6571BD

Tints of Chetwode Blue #6571BD

Color information

#6571BD (or 0x6571BD) is unknown color: approx Chetwode Blue. HEX triplet: 65, 71 and BD. RGB value is (101,113,189). Sum of RGB (Red+Green+Blue) = 101+113+189=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #6571BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571BD is #9A8E42. Grayscale: #757575. Windows color (decimal): -10128963 or 12415333. OLE color: 12415333.

HSL color Cylindrical-coordinate representation of color #6571BD: hue angle of 231.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6571BD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101113189-
CMYK0.470.4000.26
HSL231.82º40%56.86%-
HSV(B)231.82º46.56%74.12%-
XYZ20.4618.2550.59-
YUV118.08168.02115.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=25.06%
G=28.04%
B=46.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011131890.470.4000.26231.824056.86
Hex6571BD2F2801Ae82839
Octal14516127557500323505071
Binary110010111100011011110110111110100001101011101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6571BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6571BD; }

 p { color: rgb(101,113,189); }

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

<style>
 a { background-color: #6571BD; }

 a { background-color: rgb(101,113,189); }

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

<style>
 span { border-color: #6571BD; }

 span { border-color: rgb(101,113,189); }

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