Html Css Color HEX #616A9B Waikawa Grey

📋 copy color: '#616A9B'

red 97 ◦ green 106 ◦ blue 155

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

Shades of Waikawa Grey #616A9B

Tints of Waikawa Grey #616A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

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

R = 27.09%
G = 29.61%
B = 43.3%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#616A9B (or 0x616A9B) is known color: Waikawa Grey. HEX triplet: 61, 6A and 9B. RGB value is (97,106,155). Sum of RGB (Red+Green+Blue) = 97+106+155=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #616A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A9B is #9E9564. Grayscale: #6C6C6C. Windows color (decimal): -10392933 or 10185313. OLE color: 10185313.

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

Color convert

RGB 97 106 155 -
CMYK 0.37 0.32 0 0.39
HSL 230.69º 0.23% 0.49% -
HSV(B) 230.69º 0.37% 0.61% -
XYZ 16 15.22 33.1 -
YUV 108.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 97 106 155 0.37 0.32 0 0.39 230.69 0.23 0.49
Hex 61 6A 9B 25 20 0 27 E7 17 31
Octal 141 152 233 45 40 0 47 347 27 61
Binary 1100001 1101010 10011011 100101 100000 0 100111 11100111 10111 110001

Color Harmonies of #616A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A9B

Black with #616A9B

Text Example


Text Example

White with #616A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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