Html Css Color HEX #616F96 Waikawa Grey

📋 copy color: '#616F96'

red 97 ◦ green 111 ◦ blue 150

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

Shades of Waikawa Grey #616F96

Tints of Waikawa Grey #616F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

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

R = 27.09%
G = 31.01%
B = 41.9%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616F96 (or 0x616F96) is known color: Waikawa Grey. HEX triplet: 61, 6F and 96. RGB value is (97,111,150). Sum of RGB (Red+Green+Blue) = 97+111+150=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #616F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F96 is #9E9069. Grayscale: #6F6F6F. Windows color (decimal): -10391658 or 9858913. OLE color: 9858913.

HSL color Cylindrical-coordinate representation of color #616F96: hue angle of 224.15º 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 #616F96 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 111 150 -
CMYK 0.35 0.26 0 0.41
HSL 224.15º 0.21% 0.48% -
HSV(B) 224.15º 0.35% 0.59% -
XYZ 16.12 16.11 31.11 -
YUV 111.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 97 111 150 0.35 0.26 0 0.41 224.15 0.21 0.48
Hex 61 6F 96 23 1A 0 29 E0 15 30
Octal 141 157 226 43 32 0 51 340 25 60
Binary 1100001 1101111 10010110 100011 11010 0 101001 11100000 10101 110000

Color Harmonies of #616F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F96

Black with #616F96

Text Example


Text Example

White with #616F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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