#646FAA

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

Shades of Chetwode Blue #646FAA

Tints of Chetwode Blue #646FAA

Color information

#646FAA (or 0x646FAA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and AA. RGB value is (100,111,170). Sum of RGB (Red+Green+Blue) = 100+111+170=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #646FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FAA is #9B9055. Grayscale: #727272. Windows color (decimal): -10195030 or 11169636. OLE color: 11169636.

HSL color Cylindrical-coordinate representation of color #646FAA: hue angle of 230.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #646FAA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100111170-
CMYK0.410.3500.33
HSL230.57º29.17%52.94%-
HSV(B)230.57º41.18%66.67%-
XYZ18.216.9840.35-
YUV114.44159.36117.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=26.25%
G=29.13%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001111700.410.3500.33230.5729.1752.94
Hex646FAA2923021e71d35
Octal14415725251430413473565
Binary110010011011111010101010100110001101000011110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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