#646FAB

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

Shades of Chetwode Blue #646FAB

Tints of Chetwode Blue #646FAB

Color information

#646FAB (or 0x646FAB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and AB. RGB value is (100,111,171). Sum of RGB (Red+Green+Blue) = 100+111+171=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #646FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FAB is #9B9054. Grayscale: #727272. Windows color (decimal): -10195029 or 11235172. OLE color: 11235172.

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

Color convert

RGB100111171-
CMYK0.420.3500.33
HSL230.7º29.71%53.14%-
HSV(B)230.7º41.52%67.06%-
XYZ18.2917.0240.85-
YUV114.55159.86117.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=26.18%
G=29.06%
B=44.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001111710.420.3500.33230.729.7153.14
Hex646FAB2A23021e71e35
Octal14415725352430413473665
Binary110010011011111010101110101010001101000011110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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