#6466AB

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

Shades of Chetwode Blue #6466AB

Tints of Chetwode Blue #6466AB

Color information

#6466AB (or 0x6466AB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 66 and AB. RGB value is (100,102,171). Sum of RGB (Red+Green+Blue) = 100+102+171=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6466AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6466AB is #9B9954. Grayscale: #6C6C6C. Windows color (decimal): -10197333 or 11232868. OLE color: 11232868.

HSL color Cylindrical-coordinate representation of color #6466AB: hue angle of 238.31º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6466AB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100102171-
CMYK0.420.4000.33
HSL238.31º29.71%53.14%-
HSV(B)238.31º41.52%67.06%-
XYZ17.3615.1540.54-
YUV109.27162.84121.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=26.81%
G=27.35%
B=45.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001021710.420.4000.33238.3129.7153.14
Hex6466AB2A28021ee1e35
Octal14414625352500413563665
Binary110010011001101010101110101010100001000011110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6466AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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