Html Css Color HEX #617099 Waikawa Grey

📋 copy color: '#617099'

red 97 ◦ green 112 ◦ blue 153

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

Shades of Waikawa Grey #617099

Tints of Waikawa Grey #617099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

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

R = 26.8%
G = 30.94%
B = 42.27%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#617099 (or 0x617099) is known color: Waikawa Grey. HEX triplet: 61, 70 and 99. RGB value is (97,112,153). Sum of RGB (Red+Green+Blue) = 97+112+153=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #617099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617099 is #9E8F66. Grayscale: #707070. Windows color (decimal): -10391399 or 10055777. OLE color: 10055777.

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

Color convert

RGB 97 112 153 -
CMYK 0.37 0.27 0 0.4
HSL 223.93º 0.22% 0.49% -
HSV(B) 223.93º 0.37% 0.6% -
XYZ 16.47 16.43 32.44 -
YUV 112.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 97 112 153 0.37 0.27 0 0.4 223.93 0.22 0.49
Hex 61 70 99 25 1B 0 28 E0 16 31
Octal 141 160 231 45 33 0 50 340 26 61
Binary 1100001 1110000 10011001 100101 11011 0 101000 11100000 10110 110001

Color Harmonies of #617099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617099

Black with #617099

Text Example


Text Example

White with #617099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617099; }

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

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

background-color css

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

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

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

border-color css

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

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

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