#6569BF

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

Shades of Chetwode Blue #6569BF

Tints of Chetwode Blue #6569BF

Color information

#6569BF (or 0x6569BF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 69 and BF. RGB value is (101,105,191). Sum of RGB (Red+Green+Blue) = 101+105+191=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #6569BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569BF is #9A9640. Grayscale: #717171. Windows color (decimal): -10131009 or 12544357. OLE color: 12544357.

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

Color convert

RGB101105191-
CMYK0.470.4500.25
HSL237.33º41.28%57.25%-
HSV(B)237.33º47.12%74.9%-
XYZ19.8216.6351.46-
YUV113.61171.67119.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 191 (75% from 255) = 48.11%
R=25.44%
G=26.45%
B=48.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011051910.470.4500.25237.3341.2857.25
Hex6569BF2F2D019ed2939
Octal14515127757550313555171
Binary110010111010011011111110111110110101100111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6569BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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