#6570CA

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

Shades of Chetwode Blue #6570CA

Tints of Chetwode Blue #6570CA

Color information

#6570CA (or 0x6570CA) is unknown color: approx Chetwode Blue. HEX triplet: 65, 70 and CA. RGB value is (101,112,202). Sum of RGB (Red+Green+Blue) = 101+112+202=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #6570CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570CA is #9A8F35. Grayscale: #767676. Windows color (decimal): -10129206 or 13267045. OLE color: 13267045.

HSL color Cylindrical-coordinate representation of color #6570CA: hue angle of 233.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6570CA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101112202-
CMYK0.500.4500.21
HSL233.47º48.79%59.41%-
HSV(B)233.47º50%79.22%-
XYZ21.8218.6258.32-
YUV118.97174.86115.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=24.34%
G=26.99%
B=48.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011122020.500.4500.21233.4748.7959.41
Hex6570CA322D015e9313b
Octal14516031262550253516173
Binary110010111100001100101011001010110101010111101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6570CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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