#617094

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

Shades of Waikawa Grey #617094

Tints of Waikawa Grey #617094

Color information

#617094 (or 0x617094) is unknown color: approx Waikawa Grey. HEX triplet: 61, 70 and 94. RGB value is (97,112,148). Sum of RGB (Red+Green+Blue) = 97+112+148=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #617094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617094 is #9E8F6B. Grayscale: #6F6F6F. Windows color (decimal): -10391404 or 9728097. OLE color: 9728097.

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

Color convert

RGB97112148-
CMYK0.340.2400.42
HSL222.35º20.82%48.04%-
HSV(B)222.35º34.46%58.04%-
XYZ16.0716.2730.31-
YUV111.62148.53117.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=27.17%
G=31.37%
B=41.46%

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
Decimal971121480.340.2400.42222.3520.8248.04
Hex617094221802Ade1530
Octal14116022442300523362560
Binary11000011110000100101001000101100001010101101111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617094; }

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

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

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

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

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

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

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

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