#646ABB

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

Shades of Chetwode Blue #646ABB

Tints of Chetwode Blue #646ABB

Color information

#646ABB (or 0x646ABB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and BB. RGB value is (100,106,187). Sum of RGB (Red+Green+Blue) = 100+106+187=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #646ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ABB is #9B9544. Grayscale: #717171. Windows color (decimal): -10196293 or 12282468. OLE color: 12282468.

HSL color Cylindrical-coordinate representation of color #646ABB: hue angle of 235.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646ABB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100106187-
CMYK0.470.4300.27
HSL235.86º39.01%56.27%-
HSV(B)235.86º46.52%73.33%-
XYZ19.3816.6149.2-
YUV113.44169.51118.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=25.45%
G=26.97%
B=47.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001061870.470.4300.27235.8639.0156.27
Hex646ABB2F2B01Bec2738
Octal14415227357530333544770
Binary110010011010101011101110111110101101101111101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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