#6569BB

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

Shades of Chetwode Blue #6569BB

Tints of Chetwode Blue #6569BB

Color information

#6569BB (or 0x6569BB) is unknown color: approx Chetwode Blue. HEX triplet: 65, 69 and BB. RGB value is (101,105,187). Sum of RGB (Red+Green+Blue) = 101+105+187=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #6569BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569BB is #9A9644. Grayscale: #707070. Windows color (decimal): -10131013 or 12282213. OLE color: 12282213.

HSL color Cylindrical-coordinate representation of color #6569BB: hue angle of 237.21º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6569BB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101105187-
CMYK0.460.4400.27
HSL237.21º38.74%56.47%-
HSV(B)237.21º45.99%73.33%-
XYZ19.3916.4649.17-
YUV113.15169.67119.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=25.70%
G=26.72%
B=47.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011051870.460.4400.27237.2138.7456.47
Hex6569BB2E2C01Bed2738
Octal14515127356540333554770
Binary110010111010011011101110111010110001101111101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6569BB; }

 p { color: rgb(101,105,187); }

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

<style>
 a { background-color: #6569BB; }

 a { background-color: rgb(101,105,187); }

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

<style>
 span { border-color: #6569BB; }

 span { border-color: rgb(101,105,187); }

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