#617794

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

Shades of Waikawa Grey #617794

Tints of Waikawa Grey #617794

Color information

#617794 (or 0x617794) is unknown color: approx Waikawa Grey. HEX triplet: 61, 77 and 94. RGB value is (97,119,148). Sum of RGB (Red+Green+Blue) = 97+119+148=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #617794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617794 is #9E886B. Grayscale: #737373. Windows color (decimal): -10389612 or 9729889. OLE color: 9729889.

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

Color convert

RGB97119148-
CMYK0.340.2000.42
HSL214.12º20.82%48.04%-
HSV(B)214.12º34.46%58.04%-
XYZ16.8717.8730.58-
YUV115.73146.21114.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=26.65%
G=32.69%
B=40.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971191480.340.2000.42214.1220.8248.04
Hex617794221402Ad61530
Octal14116722442240523262560
Binary11000011110111100101001000101010001010101101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617794; }

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

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

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

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

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

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

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

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