#646AAC

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

Shades of Chetwode Blue #646AAC

Tints of Chetwode Blue #646AAC

Color information

#646AAC (or 0x646AAC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and AC. RGB value is (100,106,172). Sum of RGB (Red+Green+Blue) = 100+106+172=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #646AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646AAC is #9B9553. Grayscale: #6F6F6F. Windows color (decimal): -10196308 or 11299428. OLE color: 11299428.

HSL color Cylindrical-coordinate representation of color #646AAC: hue angle of 235º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #646AAC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100106172-
CMYK0.420.3800.33
HSL235º30.25%53.33%-
HSV(B)235º41.86%67.45%-
XYZ17.861641.18-
YUV111.73162.01119.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=26.46%
G=28.04%
B=45.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001061720.420.3800.3323530.2553.33
Hex646AAC2A26021eb1e35
Octal14415225452460413533665
Binary110010011010101010110010101010011001000011110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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