#627494

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

Shades of Waikawa Grey #627494

Tints of Waikawa Grey #627494

Color information

#627494 (or 0x627494) is unknown color: approx Waikawa Grey. HEX triplet: 62, 74 and 94. RGB value is (98,116,148). Sum of RGB (Red+Green+Blue) = 98+116+148=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #627494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627494 is #9D8B6B. Grayscale: #727272. Windows color (decimal): -10324844 or 9729122. OLE color: 9729122.

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

Color convert

RGB98116148-
CMYK0.340.2200.42
HSL218.4º20.33%48.24%-
HSV(B)218.4º33.78%58.04%-
XYZ16.6317.2330.47-
YUV114.27147.04116.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=27.07%
G=32.04%
B=40.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981161480.340.2200.42218.420.3348.24
Hex627494221602Ada1430
Octal14216422442260523322460
Binary11000101110100100101001000101011001010101101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627494; }

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

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

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

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

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

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

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

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