Html Css Color HEX #617199 Waikawa Grey

📋 copy color: '#617199'

red 97 ◦ green 113 ◦ blue 153

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

Shades of Waikawa Grey #617199

Tints of Waikawa Grey #617199

RGB

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

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

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

R = 26.72%
G = 31.13%
B = 42.15%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#617199 (or 0x617199) is known color: Waikawa Grey. HEX triplet: 61, 71 and 99. RGB value is (97,113,153). Sum of RGB (Red+Green+Blue) = 97+113+153=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #617199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617199 is #9E8E66. Grayscale: #707070. Windows color (decimal): -10391143 or 10056033. OLE color: 10056033.

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

Color convert

RGB 97 113 153 -
CMYK 0.37 0.26 0 0.4
HSL 222.86º 0.22% 0.49% -
HSV(B) 222.86º 0.37% 0.6% -
XYZ 16.58 16.65 32.48 -
YUV 112.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 97 113 153 0.37 0.26 0 0.4 222.86 0.22 0.49
Hex 61 71 99 25 1A 0 28 DF 16 31
Octal 141 161 231 45 32 0 50 337 26 61
Binary 1100001 1110001 10011001 100101 11010 0 101000 11011111 10110 110001

Color Harmonies of #617199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617199

Black with #617199

Text Example


Text Example

White with #617199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617199; }

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

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

background-color css

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

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

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

border-color css

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

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

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