#646BAD

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

Shades of Chetwode Blue #646BAD

Tints of Chetwode Blue #646BAD

Color information

#646BAD (or 0x646BAD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and AD. RGB value is (100,107,173). Sum of RGB (Red+Green+Blue) = 100+107+173=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #646BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BAD is #9B9452. Grayscale: #707070. Windows color (decimal): -10196051 or 11365220. OLE color: 11365220.

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

Color convert

RGB100107173-
CMYK0.420.3800.32
HSL234.25º30.8%53.53%-
HSV(B)234.25º42.2%67.84%-
XYZ18.0616.2441.72-
YUV112.43162.18119.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=26.32%
G=28.16%
B=45.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001071730.420.3800.32234.2530.853.53
Hex646BAD2A26020ea1f36
Octal14415325552460403523766
Binary110010011010111010110110101010011001000001110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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