Html Css Color HEX #617098 Waikawa Grey

📋 copy color: '#617098'

red 97 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #617098

Tints of Waikawa Grey #617098

RGB

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

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

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

R = 26.87%
G = 31.02%
B = 42.11%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#617098 (or 0x617098) is known color: Waikawa Grey. HEX triplet: 61, 70 and 98. RGB value is (97,112,152). Sum of RGB (Red+Green+Blue) = 97+112+152=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #617098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617098 is #9E8F67. Grayscale: #6F6F6F. Windows color (decimal): -10391400 or 9990241. OLE color: 9990241.

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

Color convert

RGB 97 112 152 -
CMYK 0.36 0.26 0 0.40
HSL 223.64º 0.22% 0.49% -
HSV(B) 223.64º 0.36% 0.6% -
XYZ 16.39 16.4 32.01 -
YUV 112.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 97 112 152 0.36 0.26 0 0.40 223.64 0.22 0.49
Hex 61 70 98 24 1A 0 28 E0 16 31
Octal 141 160 230 44 32 0 50 340 26 61
Binary 1100001 1110000 10011000 100100 11010 0 101000 11100000 10110 110001

Color Harmonies of #617098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617098

Black with #617098

Text Example


Text Example

White with #617098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617098; }

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

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

background-color css

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

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

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

border-color css

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

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

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