Html Css Color HEX #616796 Waikawa Grey

📋 copy color: '#616796'

red 97 ◦ green 103 ◦ blue 150

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

Shades of Waikawa Grey #616796

Tints of Waikawa Grey #616796

RGB

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

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

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

R = 27.71%
G = 29.43%
B = 42.86%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#616796 (or 0x616796) is known color: Waikawa Grey. HEX triplet: 61, 67 and 96. RGB value is (97,103,150). Sum of RGB (Red+Green+Blue) = 97+103+150=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #616796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616796 is #9E9869. Grayscale: #6A6A6A. Windows color (decimal): -10393706 or 9856865. OLE color: 9856865.

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

Color convert

RGB 97 103 150 -
CMYK 0.35 0.31 0 0.41
HSL 233.21º 0.21% 0.48% -
HSV(B) 233.21º 0.35% 0.59% -
XYZ 15.29 14.44 30.84 -
YUV 106.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 97 103 150 0.35 0.31 0 0.41 233.21 0.21 0.48
Hex 61 67 96 23 1F 0 29 E9 15 30
Octal 141 147 226 43 37 0 51 351 25 60
Binary 1100001 1100111 10010110 100011 11111 0 101001 11101001 10101 110000

Color Harmonies of #616796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616796

Black with #616796

Text Example


Text Example

White with #616796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616796; }

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

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

background-color css

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

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

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

border-color css

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

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

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