Html Css Color HEX #617698 Waikawa Grey

📋 copy color: '#617698'

red 97 ◦ green 118 ◦ blue 152

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

Shades of Waikawa Grey #617698

Tints of Waikawa Grey #617698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 26.43%
G = 32.15%
B = 41.42%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#617698 (or 0x617698) is known color: Waikawa Grey. HEX triplet: 61, 76 and 98. RGB value is (97,118,152). Sum of RGB (Red+Green+Blue) = 97+118+152=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #617698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617698 is #9E8967. Grayscale: #737373. Windows color (decimal): -10389864 or 9991777. OLE color: 9991777.

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

Color convert

RGB 97 118 152 -
CMYK 0.36 0.22 0 0.40
HSL 217.09º 0.22% 0.49% -
HSV(B) 217.09º 0.36% 0.6% -
XYZ 17.08 17.77 32.23 -
YUV 115.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 97 118 152 0.36 0.22 0 0.40 217.09 0.22 0.49
Hex 61 76 98 24 16 0 28 D9 16 31
Octal 141 166 230 44 26 0 50 331 26 61
Binary 1100001 1110110 10011000 100100 10110 0 101000 11011001 10110 110001

Color Harmonies of #617698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617698

Black with #617698

Text Example


Text Example

White with #617698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617698; }

 p { color: rgb(97,118,152); }

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

background-color css

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

 a { background-color: rgb(97,118,152); }

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

border-color css

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

 span { border-color: rgb(97,118,152); }

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