#646BB2

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

Shades of Chetwode Blue #646BB2

Tints of Chetwode Blue #646BB2

Color information

#646BB2 (or 0x646BB2) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and B2. RGB value is (100,107,178). Sum of RGB (Red+Green+Blue) = 100+107+178=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #646BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BB2 is #9B944D. Grayscale: #707070. Windows color (decimal): -10196046 or 11692900. OLE color: 11692900.

HSL color Cylindrical-coordinate representation of color #646BB2: hue angle of 234.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #646BB2 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB100107178-
CMYK0.440.4000.30
HSL234.62º33.62%54.51%-
HSV(B)234.62º43.82%69.8%-
XYZ18.5516.4444.31-
YUV113164.68118.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=25.97%
G=27.79%
B=46.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001071780.440.4000.30234.6233.6254.51
Hex646BB22C2801Eeb2237
Octal14415326254500363534267
Binary110010011010111011001010110010100001111011101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,178); }

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

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

 a { background-color: rgb(100,107,178); }

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

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

 span { border-color: rgb(100,107,178); }

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