Html Css Color HEX #616993 Waikawa Grey

📋 copy color: '#616993'

red 97 ◦ green 105 ◦ blue 147

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

Shades of Waikawa Grey #616993

Tints of Waikawa Grey #616993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

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

R = 27.79%
G = 30.09%
B = 42.12%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616993 (or 0x616993) is known color: Waikawa Grey. HEX triplet: 61, 69 and 93. RGB value is (97,105,147). Sum of RGB (Red+Green+Blue) = 97+105+147=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #616993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616993 is #9E966C. Grayscale: #6B6B6B. Windows color (decimal): -10393197 or 9660769. OLE color: 9660769.

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

Color convert

RGB 97 105 147 -
CMYK 0.34 0.29 0 0.42
HSL 230.4º 0.2% 0.48% -
HSV(B) 230.4º 0.34% 0.58% -
XYZ 15.25 14.75 29.65 -
YUV 107.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 97 105 147 0.34 0.29 0 0.42 230.4 0.2 0.48
Hex 61 69 93 22 1D 0 2A E6 14 30
Octal 141 151 223 42 35 0 52 346 24 60
Binary 1100001 1101001 10010011 100010 11101 0 101010 11100110 10100 110000

Color Harmonies of #616993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616993

Black with #616993

Text Example


Text Example

White with #616993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616993; }

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

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

background-color css

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

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

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

border-color css

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

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

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