Html Css Color HEX #617792 Waikawa Grey

📋 copy color: '#617792'

red 97 ◦ green 119 ◦ blue 146

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

Shades of Waikawa Grey #617792

Tints of Waikawa Grey #617792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

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

R = 26.8%
G = 32.87%
B = 40.33%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617792 (or 0x617792) is known color: Waikawa Grey. HEX triplet: 61, 77 and 92. RGB value is (97,119,146). Sum of RGB (Red+Green+Blue) = 97+119+146=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #617792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617792 is #9E886D. Grayscale: #737373. Windows color (decimal): -10389614 or 9598817. OLE color: 9598817.

HSL color Cylindrical-coordinate representation of color #617792: hue angle of 213.06º 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 #617792 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 119 146 -
CMYK 0.34 0.18 0 0.43
HSL 213.06º 0.2% 0.48% -
HSV(B) 213.06º 0.34% 0.57% -
XYZ 16.71 17.81 29.75 -
YUV 115.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 97 119 146 0.34 0.18 0 0.43 213.06 0.2 0.48
Hex 61 77 92 22 12 0 2B D5 14 30
Octal 141 167 222 42 22 0 53 325 24 60
Binary 1100001 1110111 10010010 100010 10010 0 101011 11010101 10100 110000

Color Harmonies of #617792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617792

Black with #617792

Text Example


Text Example

White with #617792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617792; }

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

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

background-color css

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

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

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

border-color css

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

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

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