Html Css Color HEX #616C88 Waikawa Grey

📋 copy color: '#616C88'

red 97 ◦ green 108 ◦ blue 136

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

Shades of Waikawa Grey #616C88

Tints of Waikawa Grey #616C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 28.45%
G = 31.67%
B = 39.88%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616C88 (or 0x616C88) is known color: Waikawa Grey. HEX triplet: 61, 6C and 88. RGB value is (97,108,136). Sum of RGB (Red+Green+Blue) = 97+108+136=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #616C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C88 is #9E9377. Grayscale: #6B6B6B. Windows color (decimal): -10392440 or 8940641. OLE color: 8940641.

HSL color Cylindrical-coordinate representation of color #616C88: hue angle of 223.08º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616C88 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 108 136 -
CMYK 0.29 0.21 0 0.47
HSL 223.08º 0.17% 0.46% -
HSV(B) 223.08º 0.29% 0.53% -
XYZ 14.74 15.04 25.42 -
YUV 107.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 97 108 136 0.29 0.21 0 0.47 223.08 0.17 0.46
Hex 61 6C 88 1D 15 0 2F DF 11 2E
Octal 141 154 210 35 25 0 57 337 21 56
Binary 1100001 1101100 10001000 11101 10101 0 101111 11011111 10001 101110

Color Harmonies of #616C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C88

Black with #616C88

Text Example


Text Example

White with #616C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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