Html Css Color HEX #616C9E Waikawa Grey

📋 copy color: '#616C9E'

red 97 ◦ green 108 ◦ blue 158

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

Shades of Waikawa Grey #616C9E

Tints of Waikawa Grey #616C9E

RGB

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

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

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

R = 26.72%
G = 29.75%
B = 43.53%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#616C9E (or 0x616C9E) is known color: Waikawa Grey. HEX triplet: 61, 6C and 9E. RGB value is (97,108,158). Sum of RGB (Red+Green+Blue) = 97+108+158=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #616C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C9E is #9E9361. Grayscale: #6E6E6E. Windows color (decimal): -10392418 or 10382433. OLE color: 10382433.

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

Color convert

RGB 97 108 158 -
CMYK 0.39 0.32 0 0.38
HSL 229.18º 0.24% 0.5% -
HSV(B) 229.18º 0.39% 0.62% -
XYZ 16.46 15.74 34.52 -
YUV 110.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 97 108 158 0.39 0.32 0 0.38 229.18 0.24 0.5
Hex 61 6C 9E 27 20 0 26 E5 18 32
Octal 141 154 236 47 40 0 46 345 30 62
Binary 1100001 1101100 10011110 100111 100000 0 100110 11100101 11000 110010

Color Harmonies of #616C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C9E

Black with #616C9E

Text Example


Text Example

White with #616C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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