#647491

Color #647491 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #647491

Tints of Waikawa Grey #647491

Color information

#647491 (or 0x647491) is unknown color: approx Waikawa Grey. HEX triplet: 64, 74 and 91. RGB value is (100,116,145). Sum of RGB (Red+Green+Blue) = 100+116+145=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #647491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647491 is #9B8B6E. Grayscale: #727272. Windows color (decimal): -10193775 or 9532516. OLE color: 9532516.

HSL color Cylindrical-coordinate representation of color #647491: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647491 is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100116145-
CMYK0.310.200.43
HSL218.67º18.37%48.04%-
HSV(B)218.67º31.03%56.86%-
XYZ16.6117.2429.24-
YUV114.52145.2117.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=27.70%
G=32.13%
B=40.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001161450.310.200.43218.6718.3748.04
Hex6474911F1402Bdb1230
Octal14416422137240533332260
Binary1100100111010010010001111111010001010111101101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647491; }

 p { color: rgb(100,116,145); }

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

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

 a { background-color: rgb(100,116,145); }

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

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

 span { border-color: rgb(100,116,145); }

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