#6463BF

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

Shades of Chetwode Blue #6463BF

Tints of Chetwode Blue #6463BF

Color information

#6463BF (or 0x6463BF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 63 and BF. RGB value is (100,99,191). Sum of RGB (Red+Green+Blue) = 100+99+191=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6463BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463BF is #9B9C40. Grayscale: #6D6D6D. Windows color (decimal): -10198081 or 12542820. OLE color: 12542820.

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

Color convert

RGB10099191-
CMYK0.480.4800.25
HSL240.65º41.82%56.86%-
HSV(B)240.65º48.17%74.9%-
XYZ19.1215.3951.25-
YUV109.79173.83121.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 191 (75% from 255) = 48.97%
R=25.64%
G=25.38%
B=48.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100991910.480.4800.25240.6541.8256.86
Hex6463BF3030019f12a39
Octal14414327760600313615271
Binary110010011000111011111111000011000001100111110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6463BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,99,191); }

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

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

 a { background-color: rgb(100,99,191); }

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

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

 span { border-color: rgb(100,99,191); }

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