Html Css Color HEX #616C98 Waikawa Grey

📋 copy color: '#616C98'

red 97 ◦ green 108 ◦ blue 152

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

Shades of Waikawa Grey #616C98

Tints of Waikawa Grey #616C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 27.17%
G = 30.25%
B = 42.58%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#616C98 (or 0x616C98) is known color: Waikawa Grey. HEX triplet: 61, 6C and 98. RGB value is (97,108,152). Sum of RGB (Red+Green+Blue) = 97+108+152=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #616C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C98 is #9E9367. Grayscale: #6D6D6D. Windows color (decimal): -10392424 or 9989217. OLE color: 9989217.

HSL color Cylindrical-coordinate representation of color #616C98: hue angle of 228º 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 #616C98 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 108 152 -
CMYK 0.36 0.29 0 0.40
HSL 228º 0.22% 0.49% -
HSV(B) 228º 0.36% 0.6% -
XYZ 15.96 15.53 31.86 -
YUV 109.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 97 108 152 0.36 0.29 0 0.40 228 0.22 0.49
Hex 61 6C 98 24 1D 0 28 E4 16 31
Octal 141 154 230 44 35 0 50 344 26 61
Binary 1100001 1101100 10011000 100100 11101 0 101000 11100100 10110 110001

Color Harmonies of #616C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C98

Black with #616C98

Text Example


Text Example

White with #616C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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