#617899

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

Shades of Waikawa Grey #617899

Tints of Waikawa Grey #617899

Color information

#617899 (or 0x617899) is unknown color: approx Waikawa Grey. HEX triplet: 61, 78 and 99. RGB value is (97,120,153). Sum of RGB (Red+Green+Blue) = 97+120+153=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #617899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617899 is #9E8766. Grayscale: #747474. Windows color (decimal): -10389351 or 10057825. OLE color: 10057825.

HSL color Cylindrical-coordinate representation of color #617899: hue angle of 215.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617899 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97120153-
CMYK0.370.2200.4
HSL215.36º22.4%49.02%-
HSV(B)215.36º36.6%60%-
XYZ17.418.2732.75-
YUV116.88148.38113.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=26.22%
G=32.43%
B=41.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971201530.370.2200.4215.3622.449.02
Hex6178992516028d71631
Octal14117023145260503272661
Binary11000011111000100110011001011011001010001101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617899; }

 p { color: rgb(97,120,153); }

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

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

 a { background-color: rgb(97,120,153); }

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

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

 span { border-color: rgb(97,120,153); }

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