Html Css Color HEX #617599 Waikawa Grey

📋 copy color: '#617599'

red 97 ◦ green 117 ◦ blue 153

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

Shades of Waikawa Grey #617599

Tints of Waikawa Grey #617599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 26.43%
G = 31.88%
B = 41.69%

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

#617599 (or 0x617599) is known color: Waikawa Grey. HEX triplet: 61, 75 and 99. RGB value is (97,117,153). Sum of RGB (Red+Green+Blue) = 97+117+153=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #617599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617599 is #9E8A66. Grayscale: #727272. Windows color (decimal): -10390119 or 10057057. OLE color: 10057057.

HSL color Cylindrical-coordinate representation of color #617599: hue angle of 218.57º 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 #617599 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 117 153 -
CMYK 0.37 0.24 0 0.4
HSL 218.57º 0.22% 0.49% -
HSV(B) 218.57º 0.37% 0.6% -
XYZ 17.04 17.56 32.63 -
YUV 115.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 97 117 153 0.37 0.24 0 0.4 218.57 0.22 0.49
Hex 61 75 99 25 18 0 28 DB 16 31
Octal 141 165 231 45 30 0 50 333 26 61
Binary 1100001 1110101 10011001 100101 11000 0 101000 11011011 10110 110001

Color Harmonies of #617599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617599

Black with #617599

Text Example


Text Example

White with #617599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617599; }

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

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

background-color css

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

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

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

border-color css

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

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

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