#627994

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

Shades of Waikawa Grey #627994

Tints of Waikawa Grey #627994

Color information

#627994 (or 0x627994) is unknown color: approx Waikawa Grey. HEX triplet: 62, 79 and 94. RGB value is (98,121,148). Sum of RGB (Red+Green+Blue) = 98+121+148=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #627994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627994 is #9D866B. Grayscale: #757575. Windows color (decimal): -10323564 or 9730402. OLE color: 9730402.

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

Color convert

RGB98121148-
CMYK0.340.1800.42
HSL212.4º20.33%48.24%-
HSV(B)212.4º33.78%58.04%-
XYZ17.2218.4130.66-
YUV117.2145.38114.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=26.70%
G=32.97%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981211480.340.1800.42212.420.3348.24
Hex627994221202Ad41430
Octal14217122442220523242460
Binary11000101111001100101001000101001001010101101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627994; }

 p { color: rgb(98,121,148); }

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

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

 a { background-color: rgb(98,121,148); }

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

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

 span { border-color: rgb(98,121,148); }

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