Html Css Color HEX #616797 Waikawa Grey

📋 copy color: '#616797'

red 97 ◦ green 103 ◦ blue 151

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

Shades of Waikawa Grey #616797

Tints of Waikawa Grey #616797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 27.64%
G = 29.34%
B = 43.02%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616797 (or 0x616797) is known color: Waikawa Grey. HEX triplet: 61, 67 and 97. RGB value is (97,103,151). Sum of RGB (Red+Green+Blue) = 97+103+151=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #616797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616797 is #9E9868. Grayscale: #6A6A6A. Windows color (decimal): -10393705 or 9922401. OLE color: 9922401.

HSL color Cylindrical-coordinate representation of color #616797: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616797 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 103 151 -
CMYK 0.36 0.32 0 0.41
HSL 233.33º 0.22% 0.49% -
HSV(B) 233.33º 0.36% 0.59% -
XYZ 15.37 14.48 31.26 -
YUV 106.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 97 103 151 0.36 0.32 0 0.41 233.33 0.22 0.49
Hex 61 67 97 24 20 0 29 E9 16 31
Octal 141 147 227 44 40 0 51 351 26 61
Binary 1100001 1100111 10010111 100100 100000 0 101001 11101001 10110 110001

Color Harmonies of #616797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616797

Black with #616797

Text Example


Text Example

White with #616797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616797; }

 p { color: rgb(97,103,151); }

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

background-color css

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

 a { background-color: rgb(97,103,151); }

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

border-color css

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

 span { border-color: rgb(97,103,151); }

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