#6563BE

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

Shades of Chetwode Blue #6563BE

Tints of Chetwode Blue #6563BE

Color information

#6563BE (or 0x6563BE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 63 and BE. RGB value is (101,99,190). Sum of RGB (Red+Green+Blue) = 101+99+190=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #6563BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563BE is #9A9C41. Grayscale: #6D6D6D. Windows color (decimal): -10132546 or 12477285. OLE color: 12477285.

HSL color Cylindrical-coordinate representation of color #6563BE: hue angle of 241.32º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6563BE is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10199190-
CMYK0.470.4800.25
HSL241.32º41.18%56.67%-
HSV(B)241.32º47.89%74.51%-
XYZ19.1215.4150.68-
YUV109.97173.16121.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=25.90%
G=25.38%
B=48.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101991900.470.4800.25241.3241.1856.67
Hex6563BE2F30019f12939
Octal14514327657600313615171
Binary110010111000111011111010111111000001100111110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6563BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6563BE; }

 p { color: rgb(101,99,190); }

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

<style>
 a { background-color: #6563BE; }

 a { background-color: rgb(101,99,190); }

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

<style>
 span { border-color: #6563BE; }

 span { border-color: rgb(101,99,190); }

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