Html Css Color HEX #617188 Waikawa Grey

📋 copy color: '#617188'

red 97 ◦ green 113 ◦ blue 136

#617188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #617188

Tints of Waikawa Grey #617188

RGB

 RED value IS 97 (38.28% from 255) = 28.03%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 28.03%
G = 32.66%
B = 39.31%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#617188 (or 0x617188) is known color: Waikawa Grey. HEX triplet: 61, 71 and 88. RGB value is (97,113,136). Sum of RGB (Red+Green+Blue) = 97+113+136=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #617188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617188 is #9E8E77. Grayscale: #6E6E6E. Windows color (decimal): -10391160 or 8941921. OLE color: 8941921.

HSL color Cylindrical-coordinate representation of color #617188: hue angle of 215.38º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617188 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 113 136 -
CMYK 0.29 0.17 0 0.47
HSL 215.38º 0.17% 0.46% -
HSV(B) 215.38º 0.29% 0.53% -
XYZ 15.28 16.13 25.6 -
YUV 110.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 97 113 136 0.29 0.17 0 0.47 215.38 0.17 0.46
Hex 61 71 88 1D 11 0 2F D7 11 2E
Octal 141 161 210 35 21 0 57 327 21 56
Binary 1100001 1110001 10001000 11101 10001 0 101111 11010111 10001 101110

Color Harmonies of #617188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617188

Black with #617188

Text Example


Text Example

White with #617188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617188; }

 p { color: rgb(97,113,136); }

 H1.HeaderClassName
 {
   color: #617188;
 }
 .AnyTagClassName
 {
   color: #617188;
 }
</style>

background-color css

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

 a { background-color: rgb(97,113,136); }

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

border-color css

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

 span { border-color: rgb(97,113,136); }

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