#627194

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

Shades of Waikawa Grey #627194

Tints of Waikawa Grey #627194

Color information

#627194 (or 0x627194) is unknown color: approx Waikawa Grey. HEX triplet: 62, 71 and 94. RGB value is (98,113,148). Sum of RGB (Red+Green+Blue) = 98+113+148=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #627194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627194 is #9D8E6B. Grayscale: #707070. Windows color (decimal): -10325612 or 9728354. OLE color: 9728354.

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

Color convert

RGB98113148-
CMYK0.340.2400.42
HSL222º20.33%48.24%-
HSV(B)222º33.78%58.04%-
XYZ16.2916.5530.35-
YUV112.51148.03117.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=27.30%
G=31.48%
B=41.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981131480.340.2400.4222220.3348.24
Hex627194221802Ade1430
Octal14216122442300523362460
Binary11000101110001100101001000101100001010101101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627194; }

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

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

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

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

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

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

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

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