#6570C0

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

Shades of Chetwode Blue #6570C0

Tints of Chetwode Blue #6570C0

Color information

#6570C0 (or 0x6570C0) is unknown color: approx Chetwode Blue. HEX triplet: 65, 70 and C0. RGB value is (101,112,192). Sum of RGB (Red+Green+Blue) = 101+112+192=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #6570C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570C0 is #9A8F3F. Grayscale: #757575. Windows color (decimal): -10129216 or 12611685. OLE color: 12611685.

HSL color Cylindrical-coordinate representation of color #6570C0: hue angle of 232.75º degrees, saturation: 0.42, 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 #6570C0 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101112192-
CMYK0.470.4200.25
HSL232.75º41.94%57.45%-
HSV(B)232.75º47.4%75.29%-
XYZ20.6818.1652.28-
YUV117.83169.86116-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=24.94%
G=27.65%
B=47.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011121920.470.4200.25232.7541.9457.45
Hex6570C02F2A019e92a39
Octal14516030057520313515271
Binary110010111100001100000010111110101001100111101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6570C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6570C0; }

 p { color: rgb(101,112,192); }

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

<style>
 a { background-color: #6570C0; }

 a { background-color: rgb(101,112,192); }

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

<style>
 span { border-color: #6570C0; }

 span { border-color: rgb(101,112,192); }

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