#646AA4

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

Shades of Chetwode Blue #646AA4

Tints of Chetwode Blue #646AA4

Color information

#646AA4 (or 0x646AA4) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and A4. RGB value is (100,106,164). Sum of RGB (Red+Green+Blue) = 100+106+164=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #646AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646AA4 is #9B955B. Grayscale: #6E6E6E. Windows color (decimal): -10196316 or 10775140. OLE color: 10775140.

HSL color Cylindrical-coordinate representation of color #646AA4: hue angle of 234.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #646AA4 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB100106164-
CMYK0.390.3500.36
HSL234.38º26.02%51.76%-
HSV(B)234.38º39.02%64.31%-
XYZ17.1115.737.25-
YUV110.82158.01120.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=27.03%
G=28.65%
B=44.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001061640.390.3500.36234.3826.0251.76
Hex646AA42723024ea1a34
Octal14415224447430443523264
Binary110010011010101010010010011110001101001001110101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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