Html Css Color HEX #616FA1 Waikawa Grey

📋 copy color: '#616FA1'

red 97 ◦ green 111 ◦ blue 161

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

Shades of Waikawa Grey #616FA1

Tints of Waikawa Grey #616FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 26.29%
G = 30.08%
B = 43.63%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#616FA1 (or 0x616FA1) is known color: Waikawa Grey. HEX triplet: 61, 6F and A1. RGB value is (97,111,161). Sum of RGB (Red+Green+Blue) = 97+111+161=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #616FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FA1 is #9E905E. Grayscale: #707070. Windows color (decimal): -10391647 or 10579809. OLE color: 10579809.

HSL color Cylindrical-coordinate representation of color #616FA1: hue angle of 226.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616FA1 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 111 161 -
CMYK 0.40 0.31 0 0.37
HSL 226.88º 0.25% 0.51% -
HSV(B) 226.88º 0.4% 0.63% -
XYZ 17.05 16.48 36 -
YUV 112.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 97 111 161 0.40 0.31 0 0.37 226.88 0.25 0.51
Hex 61 6F A1 28 1F 0 25 E3 19 33
Octal 141 157 241 50 37 0 45 343 31 63
Binary 1100001 1101111 10100001 101000 11111 0 100101 11100011 11001 110011

Color Harmonies of #616FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FA1

Black with #616FA1

Text Example


Text Example

White with #616FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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