Html Css Color HEX #616F9D Waikawa Grey

📋 copy color: '#616F9D'

red 97 ◦ green 111 ◦ blue 157

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

Shades of Waikawa Grey #616F9D

Tints of Waikawa Grey #616F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 26.58%
G = 30.41%
B = 43.01%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#616F9D (or 0x616F9D) is known color: Waikawa Grey. HEX triplet: 61, 6F and 9D. RGB value is (97,111,157). Sum of RGB (Red+Green+Blue) = 97+111+157=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #616F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9D is #9E9062. Grayscale: #6F6F6F. Windows color (decimal): -10391651 or 10317665. OLE color: 10317665.

HSL color Cylindrical-coordinate representation of color #616F9D: hue angle of 226º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #616F9D is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 111 157 -
CMYK 0.38 0.29 0 0.38
HSL 226º 0.24% 0.5% -
HSV(B) 226º 0.38% 0.62% -
XYZ 16.7 16.34 34.17 -
YUV 112.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 97 111 157 0.38 0.29 0 0.38 226 0.24 0.5
Hex 61 6F 9D 26 1D 0 26 E2 18 32
Octal 141 157 235 46 35 0 46 342 30 62
Binary 1100001 1101111 10011101 100110 11101 0 100110 11100010 11000 110010

Color Harmonies of #616F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F9D

Black with #616F9D

Text Example


Text Example

White with #616F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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