#646DB1

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

Shades of Chetwode Blue #646DB1

Tints of Chetwode Blue #646DB1

Color information

#646DB1 (or 0x646DB1) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and B1. RGB value is (100,109,177). Sum of RGB (Red+Green+Blue) = 100+109+177=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #646DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646DB1 is #9B924E. Grayscale: #717171. Windows color (decimal): -10195535 or 11627876. OLE color: 11627876.

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

Color convert

RGB100109177-
CMYK0.440.3800.31
HSL232.99º33.05%54.31%-
HSV(B)232.99º43.5%69.41%-
XYZ18.6616.8243.86-
YUV114.06163.52117.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=25.91%
G=28.24%
B=45.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001091770.440.3800.31232.9933.0554.31
Hex646DB12C2601Fe92136
Octal14415526154460373514166
Binary110010011011011011000110110010011001111111101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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