#646BAB

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

Shades of Chetwode Blue #646BAB

Tints of Chetwode Blue #646BAB

Color information

#646BAB (or 0x646BAB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and AB. RGB value is (100,107,171). Sum of RGB (Red+Green+Blue) = 100+107+171=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #646BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BAB is #9B9454. Grayscale: #6F6F6F. Windows color (decimal): -10196053 or 11234148. OLE color: 11234148.

HSL color Cylindrical-coordinate representation of color #646BAB: hue angle of 234.08º 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 #646BAB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100107171-
CMYK0.420.3700.33
HSL234.08º29.71%53.14%-
HSV(B)234.08º41.52%67.06%-
XYZ17.8616.1640.71-
YUV112.2161.18119.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=26.46%
G=28.31%
B=45.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001071710.420.3700.33234.0829.7153.14
Hex646BAB2A25021ea1e35
Octal14415325352450413523665
Binary110010011010111010101110101010010101000011110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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