Html Css Color HEX #616F93 Waikawa Grey

📋 copy color: '#616F93'

red 97 ◦ green 111 ◦ blue 147

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

Shades of Waikawa Grey #616F93

Tints of Waikawa Grey #616F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 27.32%
G = 31.27%
B = 41.41%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616F93 (or 0x616F93) is known color: Waikawa Grey. HEX triplet: 61, 6F and 93. RGB value is (97,111,147). Sum of RGB (Red+Green+Blue) = 97+111+147=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #616F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F93 is #9E906C. Grayscale: #6E6E6E. Windows color (decimal): -10391661 or 9662305. OLE color: 9662305.

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

Color convert

RGB 97 111 147 -
CMYK 0.34 0.24 0 0.42
HSL 223.2º 0.2% 0.48% -
HSV(B) 223.2º 0.34% 0.58% -
XYZ 15.88 16.02 29.86 -
YUV 110.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 97 111 147 0.34 0.24 0 0.42 223.2 0.2 0.48
Hex 61 6F 93 22 18 0 2A DF 14 30
Octal 141 157 223 42 30 0 52 337 24 60
Binary 1100001 1101111 10010011 100010 11000 0 101010 11011111 10100 110000

Color Harmonies of #616F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F93

Black with #616F93

Text Example


Text Example

White with #616F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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