Html Css Color HEX #616F9B Waikawa Grey

📋 copy color: '#616F9B'

red 97 ◦ green 111 ◦ blue 155

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

Shades of Waikawa Grey #616F9B

Tints of Waikawa Grey #616F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 26.72%
G = 30.58%
B = 42.7%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#616F9B (or 0x616F9B) is known color: Waikawa Grey. HEX triplet: 61, 6F and 9B. RGB value is (97,111,155). Sum of RGB (Red+Green+Blue) = 97+111+155=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #616F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9B is #9E9064. Grayscale: #6F6F6F. Windows color (decimal): -10391653 or 10186593. OLE color: 10186593.

HSL color Cylindrical-coordinate representation of color #616F9B: hue angle of 225.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616F9B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 111 155 -
CMYK 0.37 0.28 0 0.39
HSL 225.52º 0.23% 0.49% -
HSV(B) 225.52º 0.37% 0.61% -
XYZ 16.53 16.28 33.28 -
YUV 111.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 97 111 155 0.37 0.28 0 0.39 225.52 0.23 0.49
Hex 61 6F 9B 25 1C 0 27 E2 17 31
Octal 141 157 233 45 34 0 47 342 27 61
Binary 1100001 1101111 10011011 100101 11100 0 100111 11100010 10111 110001

Color Harmonies of #616F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F9B

Black with #616F9B

Text Example


Text Example

White with #616F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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