#617AA3

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

Shades of Waikawa Grey #617AA3

Tints of Waikawa Grey #617AA3

Color information

#617AA3 (or 0x617AA3) is unknown color: approx Waikawa Grey. HEX triplet: 61, 7A and A3. RGB value is (97,122,163). Sum of RGB (Red+Green+Blue) = 97+122+163=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 163 - color contains mainly: blue. Hex color #617AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AA3 is #9E855C. Grayscale: #777777. Windows color (decimal): -10388829 or 10713697. OLE color: 10713697.

HSL color Cylindrical-coordinate representation of color #617AA3: hue angle of 217.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617AA3 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB97122163-
CMYK0.400.2500.36
HSL217.27º26.4%50.98%-
HSV(B)217.27º40.49%63.92%-
XYZ18.519.137.36-
YUV119.2152.72112.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 163 (64.06% from 255) = 42.67%
R=25.39%
G=31.94%
B=42.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971221630.400.2500.36217.2726.450.98
Hex617AA32819024d91a33
Octal14117224350310443313263
Binary11000011111010101000111010001100101001001101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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