Html Css Color HEX #616F98 Waikawa Grey

📋 copy color: '#616F98'

red 97 ◦ green 111 ◦ blue 152

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

Shades of Waikawa Grey #616F98

Tints of Waikawa Grey #616F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 26.94%
G = 30.83%
B = 42.22%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#616F98 (or 0x616F98) is known color: Waikawa Grey. HEX triplet: 61, 6F and 98. RGB value is (97,111,152). Sum of RGB (Red+Green+Blue) = 97+111+152=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #616F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F98 is #9E9067. Grayscale: #6F6F6F. Windows color (decimal): -10391656 or 9989985. OLE color: 9989985.

HSL color Cylindrical-coordinate representation of color #616F98: hue angle of 224.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616F98 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 111 152 -
CMYK 0.36 0.27 0 0.40
HSL 224.73º 0.22% 0.49% -
HSV(B) 224.73º 0.36% 0.6% -
XYZ 16.28 16.18 31.97 -
YUV 111.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 97 111 152 0.36 0.27 0 0.40 224.73 0.22 0.49
Hex 61 6F 98 24 1B 0 28 E1 16 31
Octal 141 157 230 44 33 0 50 341 26 61
Binary 1100001 1101111 10011000 100100 11011 0 101000 11100001 10110 110001

Color Harmonies of #616F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F98

Black with #616F98

Text Example


Text Example

White with #616F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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