#646893

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

Shades of Waikawa Grey #646893

Tints of Waikawa Grey #646893

Color information

#646893 (or 0x646893) is unknown color: approx Waikawa Grey. HEX triplet: 64, 68 and 93. RGB value is (100,104,147). Sum of RGB (Red+Green+Blue) = 100+104+147=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #646893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646893 is #9B976C. Grayscale: #6B6B6B. Windows color (decimal): -10196845 or 9660516. OLE color: 9660516.

HSL color Cylindrical-coordinate representation of color #646893: hue angle of 234.89º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646893 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100104147-
CMYK0.320.2900.42
HSL234.89º19.03%48.43%-
HSV(B)234.89º31.97%57.65%-
XYZ15.4714.7229.63-
YUV107.71150.17122.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=28.49%
G=29.63%
B=41.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001041470.320.2900.42234.8919.0348.43
Hex646893201D02Aeb1330
Octal14415022340350523532360
Binary11001001101000100100111000001110101010101110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646893; }

 p { color: rgb(100,104,147); }

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

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

 a { background-color: rgb(100,104,147); }

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

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

 span { border-color: rgb(100,104,147); }

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