#6570CF

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

Shades of Chetwode Blue #6570CF

Tints of Chetwode Blue #6570CF

Color information

#6570CF (or 0x6570CF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 70 and CF. RGB value is (101,112,207). Sum of RGB (Red+Green+Blue) = 101+112+207=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #6570CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570CF is #9A8F30. Grayscale: #777777. Windows color (decimal): -10129201 or 13594725. OLE color: 13594725.

HSL color Cylindrical-coordinate representation of color #6570CF: hue angle of 233.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6570CF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101112207-
CMYK0.510.4600.19
HSL233.77º52.48%60.39%-
HSV(B)233.77º51.21%81.18%-
XYZ22.4218.8661.49-
YUV119.54177.36114.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=24.05%
G=26.67%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1011122070.510.4600.19233.7752.4860.39
Hex6570CF332E013ea343c
Octal14516031763560233526474
Binary110010111100001100111111001110111001001111101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6570CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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