#646A9D

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

Shades of Chetwode Blue #646A9D

Tints of Chetwode Blue #646A9D

Color information

#646A9D (or 0x646A9D) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and 9D. RGB value is (100,106,157). Sum of RGB (Red+Green+Blue) = 100+106+157=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #646A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A9D is #9B9562. Grayscale: #6D6D6D. Windows color (decimal): -10196323 or 10316388. OLE color: 10316388.

HSL color Cylindrical-coordinate representation of color #646A9D: hue angle of 233.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #646A9D is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100106157-
CMYK0.360.3200.38
HSL233.68º22.53%50.39%-
HSV(B)233.68º36.31%61.57%-
XYZ16.515.4534.01-
YUV110.02154.51120.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=27.55%
G=29.20%
B=43.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001061570.360.3200.38233.6822.5350.39
Hex646A9D2420026ea1732
Octal14415223544400463522762
Binary110010011010101001110110010010000001001101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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