Html Css Color HEX #616B9B Waikawa Grey

📋 copy color: '#616B9B'

red 97 ◦ green 107 ◦ blue 155

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

Shades of Waikawa Grey #616B9B

Tints of Waikawa Grey #616B9B

RGB

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

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

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

R = 27.02%
G = 29.81%
B = 43.18%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#616B9B (or 0x616B9B) is known color: Waikawa Grey. HEX triplet: 61, 6B and 9B. RGB value is (97,107,155). Sum of RGB (Red+Green+Blue) = 97+107+155=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #616B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B9B is #9E9464. Grayscale: #6D6D6D. Windows color (decimal): -10392677 or 10185569. OLE color: 10185569.

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

Color convert

RGB 97 107 155 -
CMYK 0.37 0.31 0 0.39
HSL 229.66º 0.23% 0.49% -
HSV(B) 229.66º 0.37% 0.61% -
XYZ 16.1 15.42 33.14 -
YUV 109.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 97 107 155 0.37 0.31 0 0.39 229.66 0.23 0.49
Hex 61 6B 9B 25 1F 0 27 E6 17 31
Octal 141 153 233 45 37 0 47 346 27 61
Binary 1100001 1101011 10011011 100101 11111 0 100111 11100110 10111 110001

Color Harmonies of #616B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B9B

Black with #616B9B

Text Example


Text Example

White with #616B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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