#617B9E

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

Shades of Waikawa Grey #617B9E

Tints of Waikawa Grey #617B9E

Color information

#617B9E (or 0x617B9E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 7B and 9E. RGB value is (97,123,158). Sum of RGB (Red+Green+Blue) = 97+123+158=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #617B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B9E is #9E8461. Grayscale: #777777. Windows color (decimal): -10388578 or 10386273. OLE color: 10386273.

HSL color Cylindrical-coordinate representation of color #617B9E: hue angle of 214.43º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617B9E is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97123158-
CMYK0.390.2200.38
HSL214.43º23.92%50%-
HSV(B)214.43º38.61%61.96%-
XYZ18.1819.1835.09-
YUV119.22149.89112.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=25.66%
G=32.54%
B=41.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971231580.390.2200.38214.4323.9250
Hex617B9E2716026d61832
Octal14117323647260463263062
Binary11000011111011100111101001111011001001101101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,123,158); }

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

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

 a { background-color: rgb(97,123,158); }

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

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

 span { border-color: rgb(97,123,158); }

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