#617A9B

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

Shades of Waikawa Grey #617A9B

Tints of Waikawa Grey #617A9B

Color information

#617A9B (or 0x617A9B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 7A and 9B. RGB value is (97,122,155). Sum of RGB (Red+Green+Blue) = 97+122+155=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #617A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A9B is #9E8564. Grayscale: #767676. Windows color (decimal): -10388837 or 10189409. OLE color: 10189409.

HSL color Cylindrical-coordinate representation of color #617A9B: hue angle of 214.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617A9B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97122155-
CMYK0.370.2100.39
HSL214.14º23.02%49.41%-
HSV(B)214.14º37.42%60.78%-
XYZ17.8118.8333.71-
YUV118.29148.72112.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=25.94%
G=32.62%
B=41.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971221550.370.2100.39214.1423.0249.41
Hex617A9B2515027d61731
Octal14117223345250473262761
Binary11000011111010100110111001011010101001111101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617A9B; }

 p { color: rgb(97,122,155); }

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

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

 a { background-color: rgb(97,122,155); }

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

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

 span { border-color: rgb(97,122,155); }

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