#647093

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

Shades of Waikawa Grey #647093

Tints of Waikawa Grey #647093

Color information

#647093 (or 0x647093) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 93. RGB value is (100,112,147). Sum of RGB (Red+Green+Blue) = 100+112+147=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #647093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647093 is #9B8F6C. Grayscale: #707070. Windows color (decimal): -10194797 or 9662564. OLE color: 9662564.

HSL color Cylindrical-coordinate representation of color #647093: hue angle of 224.68º 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 #647093 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100112147-
CMYK0.320.2400.42
HSL224.68º19.03%48.43%-
HSV(B)224.68º31.97%57.65%-
XYZ16.3216.429.91-
YUV112.4147.52119.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=27.86%
G=31.20%
B=40.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001121470.320.2400.42224.6819.0348.43
Hex647093201802Ae11330
Octal14416022340300523412360
Binary11001001110000100100111000001100001010101110000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647093; }

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

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

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

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

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

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

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

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