Html Css Color HEX #616C8D Waikawa Grey

📋 copy color: '#616C8D'

red 97 ◦ green 108 ◦ blue 141

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

Shades of Waikawa Grey #616C8D

Tints of Waikawa Grey #616C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 28.03%
G = 31.21%
B = 40.75%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#616C8D (or 0x616C8D) is known color: Waikawa Grey. HEX triplet: 61, 6C and 8D. RGB value is (97,108,141). Sum of RGB (Red+Green+Blue) = 97+108+141=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #616C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C8D is #9E9372. Grayscale: #6C6C6C. Windows color (decimal): -10392435 or 9268321. OLE color: 9268321.

HSL color Cylindrical-coordinate representation of color #616C8D: hue angle of 225º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616C8D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 108 141 -
CMYK 0.31 0.23 0 0.45
HSL 225º 0.18% 0.47% -
HSV(B) 225º 0.31% 0.55% -
XYZ 15.1 15.19 27.34 -
YUV 108.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 97 108 141 0.31 0.23 0 0.45 225 0.18 0.47
Hex 61 6C 8D 1F 17 0 2D E1 12 2F
Octal 141 154 215 37 27 0 55 341 22 57
Binary 1100001 1101100 10001101 11111 10111 0 101101 11100001 10010 101111

Color Harmonies of #616C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C8D

Black with #616C8D

Text Example


Text Example

White with #616C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,108,141); }

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

background-color css

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

 a { background-color: rgb(97,108,141); }

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

border-color css

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

 span { border-color: rgb(97,108,141); }

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