#646D9F

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

Shades of Chetwode Blue #646D9F

Tints of Chetwode Blue #646D9F

Color information

#646D9F (or 0x646D9F) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and 9F. RGB value is (100,109,159). Sum of RGB (Red+Green+Blue) = 100+109+159=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #646D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D9F is #9B9260. Grayscale: #6F6F6F. Windows color (decimal): -10195553 or 10448228. OLE color: 10448228.

HSL color Cylindrical-coordinate representation of color #646D9F: hue angle of 230.85º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646D9F is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100109159-
CMYK0.370.3100.38
HSL230.85º23.51%50.78%-
HSV(B)230.85º37.11%62.35%-
XYZ16.9816.1535.02-
YUV112.01154.52119.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=27.17%
G=29.62%
B=43.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001091590.370.3100.38230.8523.5150.78
Hex646D9F251F026e71833
Octal14415523745370463473063
Binary11001001101101100111111001011111101001101110011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,109,159); }

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

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

 a { background-color: rgb(100,109,159); }

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

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

 span { border-color: rgb(100,109,159); }

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