Html Css Color HEX #617796 Waikawa Grey

📋 copy color: '#617796'

red 97 ◦ green 119 ◦ blue 150

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

Shades of Waikawa Grey #617796

Tints of Waikawa Grey #617796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 26.5%
G = 32.51%
B = 40.98%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#617796 (or 0x617796) is known color: Waikawa Grey. HEX triplet: 61, 77 and 96. RGB value is (97,119,150). Sum of RGB (Red+Green+Blue) = 97+119+150=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #617796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617796 is #9E8869. Grayscale: #737373. Windows color (decimal): -10389610 or 9860961. OLE color: 9860961.

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

Color convert

RGB 97 119 150 -
CMYK 0.35 0.21 0 0.41
HSL 215.09º 0.21% 0.48% -
HSV(B) 215.09º 0.35% 0.59% -
XYZ 17.03 17.94 31.42 -
YUV 115.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 97 119 150 0.35 0.21 0 0.41 215.09 0.21 0.48
Hex 61 77 96 23 15 0 29 D7 15 30
Octal 141 167 226 43 25 0 51 327 25 60
Binary 1100001 1110111 10010110 100011 10101 0 101001 11010111 10101 110000

Color Harmonies of #617796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617796

Black with #617796

Text Example


Text Example

White with #617796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617796; }

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

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

background-color css

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

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

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

border-color css

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

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

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