#617295

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

Shades of Waikawa Grey #617295

Tints of Waikawa Grey #617295

Color information

#617295 (or 0x617295) is unknown color: approx Waikawa Grey. HEX triplet: 61, 72 and 95. RGB value is (97,114,149). Sum of RGB (Red+Green+Blue) = 97+114+149=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #617295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617295 is #9E8D6A. Grayscale: #707070. Windows color (decimal): -10390891 or 9794145. OLE color: 9794145.

HSL color Cylindrical-coordinate representation of color #617295: hue angle of 220.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617295 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97114149-
CMYK0.350.2300.42
HSL220.38º21.14%48.24%-
HSV(B)220.38º34.9%58.43%-
XYZ16.3716.7530.8-
YUV112.91148.37116.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=26.94%
G=31.67%
B=41.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971141490.350.2300.42220.3821.1448.24
Hex617295231702Adc1530
Octal14116222543270523342560
Binary11000011110010100101011000111011101010101101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617295; }

 p { color: rgb(97,114,149); }

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

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

 a { background-color: rgb(97,114,149); }

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

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

 span { border-color: rgb(97,114,149); }

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