#646AAF

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

Shades of Chetwode Blue #646AAF

Tints of Chetwode Blue #646AAF

Color information

#646AAF (or 0x646AAF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and AF. RGB value is (100,106,175). Sum of RGB (Red+Green+Blue) = 100+106+175=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #646AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646AAF is #9B9550. Grayscale: #6F6F6F. Windows color (decimal): -10196305 or 11496036. OLE color: 11496036.

HSL color Cylindrical-coordinate representation of color #646AAF: hue angle of 235.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646AAF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100106175-
CMYK0.430.3900.31
HSL235.2º31.91%53.92%-
HSV(B)235.2º42.86%68.63%-
XYZ18.1516.1142.71-
YUV112.07163.51119.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=26.25%
G=27.82%
B=45.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001061750.430.3900.31235.231.9153.92
Hex646AAF2B2701Feb2036
Octal14415225753470373534066
Binary110010011010101010111110101110011101111111101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646AAF; }

 p { color: rgb(100,106,175); }

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

<style>
 a { background-color: #646AAF; }

 a { background-color: rgb(100,106,175); }

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

<style>
 span { border-color: #646AAF; }

 span { border-color: rgb(100,106,175); }

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