Html Css Color HEX #616897 Waikawa Grey

📋 copy color: '#616897'

red 97 ◦ green 104 ◦ blue 151

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

Shades of Waikawa Grey #616897

Tints of Waikawa Grey #616897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

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

R = 27.56%
G = 29.55%
B = 42.9%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616897 (or 0x616897) is known color: Waikawa Grey. HEX triplet: 61, 68 and 97. RGB value is (97,104,151). Sum of RGB (Red+Green+Blue) = 97+104+151=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #616897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616897 is #9E9768. Grayscale: #6B6B6B. Windows color (decimal): -10393449 or 9922657. OLE color: 9922657.

HSL color Cylindrical-coordinate representation of color #616897: hue angle of 232.22º 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 #616897 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 104 151 -
CMYK 0.36 0.31 0 0.41
HSL 232.22º 0.22% 0.49% -
HSV(B) 232.22º 0.36% 0.59% -
XYZ 15.47 14.68 31.3 -
YUV 107.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 97 104 151 0.36 0.31 0 0.41 232.22 0.22 0.49
Hex 61 68 97 24 1F 0 29 E8 16 31
Octal 141 150 227 44 37 0 51 350 26 61
Binary 1100001 1101000 10010111 100100 11111 0 101001 11101000 10110 110001

Color Harmonies of #616897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616897

Black with #616897

Text Example


Text Example

White with #616897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616897; }

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

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

background-color css

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

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

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

border-color css

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

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

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