Html Css Color HEX #616E93 Waikawa Grey

📋 copy color: '#616E93'

red 97 ◦ green 110 ◦ blue 147

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

Shades of Waikawa Grey #616E93

Tints of Waikawa Grey #616E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 27.4%
G = 31.07%
B = 41.53%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616E93 (or 0x616E93) is known color: Waikawa Grey. HEX triplet: 61, 6E and 93. RGB value is (97,110,147). Sum of RGB (Red+Green+Blue) = 97+110+147=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #616E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E93 is #9E916C. Grayscale: #6E6E6E. Windows color (decimal): -10391917 or 9662049. OLE color: 9662049.

HSL color Cylindrical-coordinate representation of color #616E93: hue angle of 224.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616E93 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 110 147 -
CMYK 0.34 0.25 0 0.42
HSL 224.4º 0.2% 0.48% -
HSV(B) 224.4º 0.34% 0.58% -
XYZ 15.77 15.8 29.82 -
YUV 110.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 97 110 147 0.34 0.25 0 0.42 224.4 0.2 0.48
Hex 61 6E 93 22 19 0 2A E0 14 30
Octal 141 156 223 42 31 0 52 340 24 60
Binary 1100001 1101110 10010011 100010 11001 0 101010 11100000 10100 110000

Color Harmonies of #616E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E93

Black with #616E93

Text Example


Text Example

White with #616E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,110,147); }

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

background-color css

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

 a { background-color: rgb(97,110,147); }

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

border-color css

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

 span { border-color: rgb(97,110,147); }

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