Html Css Color HEX #616C93 Waikawa Grey

📋 copy color: '#616C93'

red 97 ◦ green 108 ◦ blue 147

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

Shades of Waikawa Grey #616C93

Tints of Waikawa Grey #616C93

RGB

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

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

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

R = 27.56%
G = 30.68%
B = 41.76%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616C93 (or 0x616C93) is known color: Waikawa Grey. HEX triplet: 61, 6C and 93. RGB value is (97,108,147). Sum of RGB (Red+Green+Blue) = 97+108+147=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #616C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C93 is #9E936C. Grayscale: #6C6C6C. Windows color (decimal): -10392429 or 9661537. OLE color: 9661537.

HSL color Cylindrical-coordinate representation of color #616C93: hue angle of 226.8º 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 #616C93 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 108 147 -
CMYK 0.34 0.27 0 0.42
HSL 226.8º 0.2% 0.48% -
HSV(B) 226.8º 0.34% 0.58% -
XYZ 15.56 15.37 29.75 -
YUV 109.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 97 108 147 0.34 0.27 0 0.42 226.8 0.2 0.48
Hex 61 6C 93 22 1B 0 2A E3 14 30
Octal 141 154 223 42 33 0 52 343 24 60
Binary 1100001 1101100 10010011 100010 11011 0 101010 11100011 10100 110000

Color Harmonies of #616C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C93

Black with #616C93

Text Example


Text Example

White with #616C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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