Html Css Color HEX #616983 Waikawa Grey

📋 copy color: '#616983'

red 97 ◦ green 105 ◦ blue 131

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

Shades of Waikawa Grey #616983

Tints of Waikawa Grey #616983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 29.13%
G = 31.53%
B = 39.34%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616983 (or 0x616983) is known color: Waikawa Grey. HEX triplet: 61, 69 and 83. RGB value is (97,105,131). Sum of RGB (Red+Green+Blue) = 97+105+131=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #616983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616983 is #9E967C. Grayscale: #696969. Windows color (decimal): -10393213 or 8612193. OLE color: 8612193.

HSL color Cylindrical-coordinate representation of color #616983: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616983 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 105 131 -
CMYK 0.26 0.20 0 0.49
HSL 225.88º 0.15% 0.45% -
HSV(B) 225.88º 0.26% 0.51% -
XYZ 14.08 14.28 23.49 -
YUV 105.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 97 105 131 0.26 0.20 0 0.49 225.88 0.15 0.45
Hex 61 69 83 1A 14 0 31 E2 F 2D
Octal 141 151 203 32 24 0 61 342 17 55
Binary 1100001 1101001 10000011 11010 10100 0 110001 11100010 1111 101101

Color Harmonies of #616983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616983

Black with #616983

Text Example


Text Example

White with #616983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616983; }

 p { color: rgb(97,105,131); }

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

background-color css

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

 a { background-color: rgb(97,105,131); }

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

border-color css

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

 span { border-color: rgb(97,105,131); }

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