Html Css Color HEX #616B9D Waikawa Grey

📋 copy color: '#616B9D'

red 97 ◦ green 107 ◦ blue 157

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

Shades of Waikawa Grey #616B9D

Tints of Waikawa Grey #616B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

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

R = 26.87%
G = 29.64%
B = 43.49%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#616B9D (or 0x616B9D) is known color: Waikawa Grey. HEX triplet: 61, 6B and 9D. RGB value is (97,107,157). Sum of RGB (Red+Green+Blue) = 97+107+157=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #616B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B9D is #9E9462. Grayscale: #6D6D6D. Windows color (decimal): -10392675 or 10316641. OLE color: 10316641.

HSL color Cylindrical-coordinate representation of color #616B9D: hue angle of 230º 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 #616B9D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 107 157 -
CMYK 0.38 0.32 0 0.38
HSL 230º 0.24% 0.5% -
HSV(B) 230º 0.38% 0.62% -
XYZ 16.27 15.49 34.03 -
YUV 109.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 97 107 157 0.38 0.32 0 0.38 230 0.24 0.5
Hex 61 6B 9D 26 20 0 26 E6 18 32
Octal 141 153 235 46 40 0 46 346 30 62
Binary 1100001 1101011 10011101 100110 100000 0 100110 11100110 11000 110010

Color Harmonies of #616B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B9D

Black with #616B9D

Text Example


Text Example

White with #616B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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