Html Css Color HEX #617499 Waikawa Grey

📋 copy color: '#617499'

red 97 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #617499

Tints of Waikawa Grey #617499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 26.5%
G = 31.69%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#617499 (or 0x617499) is known color: Waikawa Grey. HEX triplet: 61, 74 and 99. RGB value is (97,116,153). Sum of RGB (Red+Green+Blue) = 97+116+153=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #617499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617499 is #9E8B66. Grayscale: #727272. Windows color (decimal): -10390375 or 10056801. OLE color: 10056801.

HSL color Cylindrical-coordinate representation of color #617499: hue angle of 219.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617499 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 116 153 -
CMYK 0.37 0.24 0 0.4
HSL 219.64º 0.22% 0.49% -
HSV(B) 219.64º 0.37% 0.6% -
XYZ 16.92 17.33 32.59 -
YUV 114.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 97 116 153 0.37 0.24 0 0.4 219.64 0.22 0.49
Hex 61 74 99 25 18 0 28 DC 16 31
Octal 141 164 231 45 30 0 50 334 26 61
Binary 1100001 1110100 10011001 100101 11000 0 101000 11011100 10110 110001

Color Harmonies of #617499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617499

Black with #617499

Text Example


Text Example

White with #617499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617499; }

 p { color: rgb(97,116,153); }

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

background-color css

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

 a { background-color: rgb(97,116,153); }

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

border-color css

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

 span { border-color: rgb(97,116,153); }

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