Html Css Color HEX #616A96 Waikawa Grey

📋 copy color: '#616A96'

red 97 ◦ green 106 ◦ blue 150

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

Shades of Waikawa Grey #616A96

Tints of Waikawa Grey #616A96

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

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

R = 27.48%
G = 30.03%
B = 42.49%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616A96 (or 0x616A96) is known color: Waikawa Grey. HEX triplet: 61, 6A and 96. RGB value is (97,106,150). Sum of RGB (Red+Green+Blue) = 97+106+150=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #616A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A96 is #9E9569. Grayscale: #6C6C6C. Windows color (decimal): -10392938 or 9857633. OLE color: 9857633.

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

Color convert

RGB 97 106 150 -
CMYK 0.35 0.29 0 0.41
HSL 229.81º 0.21% 0.48% -
HSV(B) 229.81º 0.35% 0.59% -
XYZ 15.59 15.05 30.94 -
YUV 108.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 97 106 150 0.35 0.29 0 0.41 229.81 0.21 0.48
Hex 61 6A 96 23 1D 0 29 E6 15 30
Octal 141 152 226 43 35 0 51 346 25 60
Binary 1100001 1101010 10010110 100011 11101 0 101001 11100110 10101 110000

Color Harmonies of #616A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A96

Black with #616A96

Text Example


Text Example

White with #616A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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