#6466BA

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

Shades of Chetwode Blue #6466BA

Tints of Chetwode Blue #6466BA

Color information

#6466BA (or 0x6466BA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 66 and BA. RGB value is (100,102,186). Sum of RGB (Red+Green+Blue) = 100+102+186=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6466BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BA is #9B9945. Grayscale: #6E6E6E. Windows color (decimal): -10197318 or 12215908. OLE color: 12215908.

HSL color Cylindrical-coordinate representation of color #6466BA: hue angle of 238.6º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6466BA is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100102186-
CMYK0.460.4500.27
HSL238.6º38.39%56.08%-
HSV(B)238.6º46.24%72.94%-
XYZ18.8715.7648.5-
YUV110.98170.34120.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=25.77%
G=26.29%
B=47.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001021860.460.4500.27238.638.3956.08
Hex6466BA2E2D01Bef2638
Octal14414627256550333574670
Binary110010011001101011101010111010110101101111101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6466BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6466BA; }

 p { color: rgb(100,102,186); }

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

<style>
 a { background-color: #6466BA; }

 a { background-color: rgb(100,102,186); }

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

<style>
 span { border-color: #6466BA; }

 span { border-color: rgb(100,102,186); }

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