Html Css Color HEX #616F9F Waikawa Grey

📋 copy color: '#616F9F'

red 97 ◦ green 111 ◦ blue 159

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

Shades of Waikawa Grey #616F9F

Tints of Waikawa Grey #616F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 26.43%
G = 30.25%
B = 43.32%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#616F9F (or 0x616F9F) is known color: Waikawa Grey. HEX triplet: 61, 6F and 9F. RGB value is (97,111,159). Sum of RGB (Red+Green+Blue) = 97+111+159=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #616F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9F is #9E9060. Grayscale: #707070. Windows color (decimal): -10391649 or 10448737. OLE color: 10448737.

HSL color Cylindrical-coordinate representation of color #616F9F: hue angle of 226.45º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #616F9F is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 111 159 -
CMYK 0.39 0.30 0 0.38
HSL 226.45º 0.24% 0.5% -
HSV(B) 226.45º 0.39% 0.62% -
XYZ 16.87 16.41 35.08 -
YUV 112.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 97 111 159 0.39 0.30 0 0.38 226.45 0.24 0.5
Hex 61 6F 9F 27 1E 0 26 E2 18 32
Octal 141 157 237 47 36 0 46 342 30 62
Binary 1100001 1101111 10011111 100111 11110 0 100110 11100010 11000 110010

Color Harmonies of #616F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F9F

Black with #616F9F

Text Example


Text Example

White with #616F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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