#646F9F

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

Shades of Waikawa Grey #646F9F

Tints of Waikawa Grey #646F9F

Color information

#646F9F (or 0x646F9F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6F and 9F. RGB value is (100,111,159). Sum of RGB (Red+Green+Blue) = 100+111+159=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #646F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F9F is #9B9060. Grayscale: #707070. Windows color (decimal): -10195041 or 10448740. OLE color: 10448740.

HSL color Cylindrical-coordinate representation of color #646F9F: hue angle of 228.81º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #646F9F is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100111159-
CMYK0.370.3000.38
HSL228.81º23.51%50.78%-
HSV(B)228.81º37.11%62.35%-
XYZ17.216.5835.09-
YUV113.18153.86118.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=27.03%
G=30%
B=42.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001111590.370.3000.38228.8123.5150.78
Hex646F9F251E026e51833
Octal14415723745360463453063
Binary11001001101111100111111001011111001001101110010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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