#6566bf

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

Shades of Chetwode Blue #6566BF

Tints of Chetwode Blue #6566BF

Color information

#6566BF (or 0x6566BF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 66 and BF. RGB value is (101,102,191). Sum of RGB (Red+Green+Blue) = 101+102+191=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6566BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566BF is #9A9940. Grayscale: #6F6F6F. Windows color (decimal): -10131777 or 12543589. OLE color: 12543589.

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

Color convert

RGB101102191-
CMYK0.470.4700.25
HSL239.33º41.28%57.25%-
HSV(B)239.33º47.12%74.9%-
XYZ19.5216.0351.36-
YUV111.85172.67120.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 191 (75% from 255) = 48.48%
R=25.63%
G=25.89%
B=48.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011021910.470.4700.25239.3341.2857.25
Hex6566BF2F2F019ef2939
Octal14514627757570313575171
Binary110010111001101011111110111110111101100111101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6566bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6566bf; }

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

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

<style>
 a { background-color: #6566bf; }

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

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

<style>
 span { border-color: #6566bf; }

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

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