Html Css Color HEX #617492 Waikawa Grey

📋 copy color: '#617492'

red 97 ◦ green 116 ◦ blue 146

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

Shades of Waikawa Grey #617492

Tints of Waikawa Grey #617492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 27.02%
G = 32.31%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617492 (or 0x617492) is known color: Waikawa Grey. HEX triplet: 61, 74 and 92. RGB value is (97,116,146). Sum of RGB (Red+Green+Blue) = 97+116+146=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #617492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617492 is #9E8B6D. Grayscale: #717171. Windows color (decimal): -10390382 or 9598049. OLE color: 9598049.

HSL color Cylindrical-coordinate representation of color #617492: hue angle of 216.73º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617492 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 116 146 -
CMYK 0.34 0.21 0 0.43
HSL 216.73º 0.2% 0.48% -
HSV(B) 216.73º 0.34% 0.57% -
XYZ 16.36 17.11 29.63 -
YUV 113.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 97 116 146 0.34 0.21 0 0.43 216.73 0.2 0.48
Hex 61 74 92 22 15 0 2B D9 14 30
Octal 141 164 222 42 25 0 53 331 24 60
Binary 1100001 1110100 10010010 100010 10101 0 101011 11011001 10100 110000

Color Harmonies of #617492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617492

Black with #617492

Text Example


Text Example

White with #617492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617492; }

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

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

background-color css

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

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

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

border-color css

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

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

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