#6571D0

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

Shades of Chetwode Blue #6571D0

Tints of Chetwode Blue #6571D0

Color information

#6571D0 (or 0x6571D0) is unknown color: approx Chetwode Blue. HEX triplet: 65, 71 and D0. RGB value is (101,113,208). Sum of RGB (Red+Green+Blue) = 101+113+208=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #6571D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571D0 is #9A8E2F. Grayscale: #777777. Windows color (decimal): -10128944 or 13660517. OLE color: 13660517.

HSL color Cylindrical-coordinate representation of color #6571D0: hue angle of 233.27º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6571D0 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101113208-
CMYK0.510.4600.18
HSL233.27º53.23%60.59%-
HSV(B)233.27º51.44%81.57%-
XYZ22.6619.1362.17-
YUV120.24177.52114.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=23.93%
G=26.78%
B=49.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011132080.510.4600.18233.2753.2360.59
Hex6571D0332E012e9353d
Octal14516132063560223516575
Binary110010111100011101000011001110111001001011101001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6571D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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