#617494

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

Shades of Waikawa Grey #617494

Tints of Waikawa Grey #617494

Color information

#617494 (or 0x617494) is unknown color: approx Waikawa Grey. HEX triplet: 61, 74 and 94. RGB value is (97,116,148). Sum of RGB (Red+Green+Blue) = 97+116+148=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #617494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617494 is #9E8B6B. Grayscale: #717171. Windows color (decimal): -10390380 or 9729121. OLE color: 9729121.

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

Color convert

RGB97116148-
CMYK0.340.2200.42
HSL217.65º20.82%48.04%-
HSV(B)217.65º34.46%58.04%-
XYZ16.5217.1730.46-
YUV113.97147.21115.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=26.87%
G=32.13%
B=41.00%

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
Decimal971161480.340.2200.42217.6520.8248.04
Hex617494221602Ada1530
Octal14116422442260523322560
Binary11000011110100100101001000101011001010101101101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617494; }

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

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

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

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

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

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

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

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