#646D9E

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

Shades of Chetwode Blue #646D9E

Tints of Chetwode Blue #646D9E

Color information

#646D9E (or 0x646D9E) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and 9E. RGB value is (100,109,158). Sum of RGB (Red+Green+Blue) = 100+109+158=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #646D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D9E is #9B9261. Grayscale: #6F6F6F. Windows color (decimal): -10195554 or 10382692. OLE color: 10382692.

HSL color Cylindrical-coordinate representation of color #646D9E: hue angle of 230.69º degrees, saturation: 0.23, 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 #646D9E is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100109158-
CMYK0.370.3100.38
HSL230.69º23.02%50.59%-
HSV(B)230.69º36.71%61.96%-
XYZ16.916.1234.57-
YUV111.9154.02119.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=27.25%
G=29.70%
B=43.05%

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
Decimal1001091580.370.3100.38230.6923.0250.59
Hex646D9E251F026e71733
Octal14415523645370463472763
Binary11001001101101100111101001011111101001101110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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