Html Css Color HEX #616894 Waikawa Grey

📋 copy color: '#616894'

red 97 ◦ green 104 ◦ blue 148

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

Shades of Waikawa Grey #616894

Tints of Waikawa Grey #616894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 27.79%
G = 29.8%
B = 42.41%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616894 (or 0x616894) is known color: Waikawa Grey. HEX triplet: 61, 68 and 94. RGB value is (97,104,148). Sum of RGB (Red+Green+Blue) = 97+104+148=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #616894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616894 is #9E976B. Grayscale: #6A6A6A. Windows color (decimal): -10393452 or 9726049. OLE color: 9726049.

HSL color Cylindrical-coordinate representation of color #616894: hue angle of 231.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616894 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 104 148 -
CMYK 0.34 0.30 0 0.42
HSL 231.76º 0.21% 0.48% -
HSV(B) 231.76º 0.34% 0.58% -
XYZ 15.23 14.58 30.03 -
YUV 106.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 97 104 148 0.34 0.30 0 0.42 231.76 0.21 0.48
Hex 61 68 94 22 1E 0 2A E8 15 30
Octal 141 150 224 42 36 0 52 350 25 60
Binary 1100001 1101000 10010100 100010 11110 0 101010 11101000 10101 110000

Color Harmonies of #616894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616894

Black with #616894

Text Example


Text Example

White with #616894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616894; }

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

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

background-color css

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

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

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

border-color css

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

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

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