Html Css Color HEX #617692 Waikawa Grey

📋 copy color: '#617692'

red 97 ◦ green 118 ◦ blue 146

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

Shades of Waikawa Grey #617692

Tints of Waikawa Grey #617692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 26.87%
G = 32.69%
B = 40.44%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617692 (or 0x617692) is known color: Waikawa Grey. HEX triplet: 61, 76 and 92. RGB value is (97,118,146). Sum of RGB (Red+Green+Blue) = 97+118+146=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #617692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617692 is #9E896D. Grayscale: #727272. Windows color (decimal): -10389870 or 9598561. OLE color: 9598561.

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

Color convert

RGB 97 118 146 -
CMYK 0.34 0.19 0 0.43
HSL 214.29º 0.2% 0.48% -
HSV(B) 214.29º 0.34% 0.57% -
XYZ 16.6 17.57 29.71 -
YUV 114.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 97 118 146 0.34 0.19 0 0.43 214.29 0.2 0.48
Hex 61 76 92 22 13 0 2B D6 14 30
Octal 141 166 222 42 23 0 53 326 24 60
Binary 1100001 1110110 10010010 100010 10011 0 101011 11010110 10100 110000

Color Harmonies of #617692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617692

Black with #617692

Text Example


Text Example

White with #617692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617692; }

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

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

background-color css

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

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

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

border-color css

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

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

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