Html Css Color HEX #616F9E Waikawa Grey

📋 copy color: '#616F9E'

red 97 ◦ green 111 ◦ blue 158

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

Shades of Waikawa Grey #616F9E

Tints of Waikawa Grey #616F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 26.5%
G = 30.33%
B = 43.17%

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

#616F9E (or 0x616F9E) is known color: Waikawa Grey. HEX triplet: 61, 6F and 9E. RGB value is (97,111,158). Sum of RGB (Red+Green+Blue) = 97+111+158=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #616F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9E is #9E9061. Grayscale: #6F6F6F. Windows color (decimal): -10391650 or 10383201. OLE color: 10383201.

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

Color convert

RGB 97 111 158 -
CMYK 0.39 0.30 0 0.38
HSL 226.23º 0.24% 0.5% -
HSV(B) 226.23º 0.39% 0.62% -
XYZ 16.79 16.38 34.62 -
YUV 112.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 97 111 158 0.39 0.30 0 0.38 226.23 0.24 0.5
Hex 61 6F 9E 27 1E 0 26 E2 18 32
Octal 141 157 236 47 36 0 46 342 30 62
Binary 1100001 1101111 10011110 100111 11110 0 100110 11100010 11000 110010

Color Harmonies of #616F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F9E

Black with #616F9E

Text Example


Text Example

White with #616F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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