Html Css Color HEX #617495 Waikawa Grey

📋 copy color: '#617495'

red 97 ◦ green 116 ◦ blue 149

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

Shades of Waikawa Grey #617495

Tints of Waikawa Grey #617495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 26.8%
G = 32.04%
B = 41.16%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617495 (or 0x617495) is known color: Waikawa Grey. HEX triplet: 61, 74 and 95. RGB value is (97,116,149). Sum of RGB (Red+Green+Blue) = 97+116+149=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #617495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617495 is #9E8B6A. Grayscale: #717171. Windows color (decimal): -10390379 or 9794657. OLE color: 9794657.

HSL color Cylindrical-coordinate representation of color #617495: hue angle of 218.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617495 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 116 149 -
CMYK 0.35 0.22 0 0.42
HSL 218.08º 0.21% 0.48% -
HSV(B) 218.08º 0.35% 0.58% -
XYZ 16.6 17.2 30.88 -
YUV 114.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 97 116 149 0.35 0.22 0 0.42 218.08 0.21 0.48
Hex 61 74 95 23 16 0 2A DA 15 30
Octal 141 164 225 43 26 0 52 332 25 60
Binary 1100001 1110100 10010101 100011 10110 0 101010 11011010 10101 110000

Color Harmonies of #617495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617495

Black with #617495

Text Example


Text Example

White with #617495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617495; }

 p { color: rgb(97,116,149); }

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

background-color css

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

 a { background-color: rgb(97,116,149); }

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

border-color css

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

 span { border-color: rgb(97,116,149); }

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