Html Css Color HEX #616F8E Waikawa Grey

📋 copy color: '#616F8E'

red 97 ◦ green 111 ◦ blue 142

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

Shades of Waikawa Grey #616F8E

Tints of Waikawa Grey #616F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 27.71%
G = 31.71%
B = 40.57%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#616F8E (or 0x616F8E) is known color: Waikawa Grey. HEX triplet: 61, 6F and 8E. RGB value is (97,111,142). Sum of RGB (Red+Green+Blue) = 97+111+142=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #616F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F8E is #9E9071. Grayscale: #6E6E6E. Windows color (decimal): -10391666 or 9334625. OLE color: 9334625.

HSL color Cylindrical-coordinate representation of color #616F8E: hue angle of 221.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #616F8E is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 111 142 -
CMYK 0.32 0.22 0 0.44
HSL 221.33º 0.19% 0.47% -
HSV(B) 221.33º 0.32% 0.56% -
XYZ 15.5 15.86 27.84 -
YUV 110.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 97 111 142 0.32 0.22 0 0.44 221.33 0.19 0.47
Hex 61 6F 8E 20 16 0 2C DD 13 2F
Octal 141 157 216 40 26 0 54 335 23 57
Binary 1100001 1101111 10001110 100000 10110 0 101100 11011101 10011 101111

Color Harmonies of #616F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F8E

Black with #616F8E

Text Example


Text Example

White with #616F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,142); }

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

background-color css

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

 a { background-color: rgb(97,111,142); }

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

border-color css

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

 span { border-color: rgb(97,111,142); }

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