#646CAE

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

Shades of Chetwode Blue #646CAE

Tints of Chetwode Blue #646CAE

Color information

#646CAE (or 0x646CAE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and AE. RGB value is (100,108,174). Sum of RGB (Red+Green+Blue) = 100+108+174=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #646CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CAE is #9B9351. Grayscale: #707070. Windows color (decimal): -10195794 or 11431012. OLE color: 11431012.

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

Color convert

RGB100108174-
CMYK0.430.3800.32
HSL233.51º31.36%53.73%-
HSV(B)233.51º42.53%68.24%-
XYZ18.2616.4942.27-
YUV113.13162.35118.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 108 (42.58% from 255) = 28.27%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=26.18%
G=28.27%
B=45.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001081740.430.3800.32233.5131.3653.73
Hex646CAE2B26020ea1f36
Octal14415425653460403523766
Binary110010011011001010111010101110011001000001110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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