#646C9E

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

Shades of Chetwode Blue #646C9E

Tints of Chetwode Blue #646C9E

Color information

#646C9E (or 0x646C9E) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and 9E. RGB value is (100,108,158). Sum of RGB (Red+Green+Blue) = 100+108+158=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #646C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C9E is #9B9361. Grayscale: #6F6F6F. Windows color (decimal): -10195810 or 10382436. OLE color: 10382436.

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

Color convert

RGB100108158-
CMYK0.370.3200.38
HSL231.72º23.02%50.59%-
HSV(B)231.72º36.71%61.96%-
XYZ16.7915.934.53-
YUV111.31154.35119.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=27.32%
G=29.51%
B=43.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001081580.370.3200.38231.7223.0250.59
Hex646C9E2520026e81733
Octal14415423645400463502763
Binary110010011011001001111010010110000001001101110100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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