#6569AF

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

Shades of Chetwode Blue #6569AF

Tints of Chetwode Blue #6569AF

Color information

#6569AF (or 0x6569AF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 69 and AF. RGB value is (101,105,175). Sum of RGB (Red+Green+Blue) = 101+105+175=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #6569AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6569AF is #9A9650. Grayscale: #6F6F6F. Windows color (decimal): -10131025 or 11495781. OLE color: 11495781.

HSL color Cylindrical-coordinate representation of color #6569AF: hue angle of 236.76º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6569AF is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101105175-
CMYK0.420.4000.31
HSL236.76º31.62%54.12%-
HSV(B)236.76º42.29%68.63%-
XYZ18.1615.9642.68-
YUV111.78163.67120.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=26.51%
G=27.56%
B=45.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011051750.420.4000.31236.7631.6254.12
Hex6569AF2A2801Fed2036
Octal14515125752500373554066
Binary110010111010011010111110101010100001111111101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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