#646EA3

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

Shades of Chetwode Blue #646EA3

Tints of Chetwode Blue #646EA3

Color information

#646EA3 (or 0x646EA3) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and A3. RGB value is (100,110,163). Sum of RGB (Red+Green+Blue) = 100+110+163=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #646EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646EA3 is #9B915C. Grayscale: #707070. Windows color (decimal): -10195293 or 10710628. OLE color: 10710628.

HSL color Cylindrical-coordinate representation of color #646EA3: hue angle of 230.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #646EA3 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB100110163-
CMYK0.390.3300.36
HSL230.48º25.51%51.57%-
HSV(B)230.48º38.65%63.92%-
XYZ17.4416.5136.92-
YUV113.05156.19118.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 163 (64.06% from 255) = 43.70%
R=26.81%
G=29.49%
B=43.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001101630.390.3300.36230.4825.5151.57
Hex646EA32721024e61a34
Octal14415624347410443463264
Binary110010011011101010001110011110000101001001110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,163); }

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

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

 a { background-color: rgb(100,110,163); }

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

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

 span { border-color: rgb(100,110,163); }

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