Html Css Color HEX #617793 Waikawa Grey

📋 copy color: '#617793'

red 97 ◦ green 119 ◦ blue 147

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

Shades of Waikawa Grey #617793

Tints of Waikawa Grey #617793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 26.72%
G = 32.78%
B = 40.5%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617793 (or 0x617793) is known color: Waikawa Grey. HEX triplet: 61, 77 and 93. RGB value is (97,119,147). Sum of RGB (Red+Green+Blue) = 97+119+147=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #617793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617793 is #9E886C. Grayscale: #737373. Windows color (decimal): -10389613 or 9664353. OLE color: 9664353.

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

Color convert

RGB 97 119 147 -
CMYK 0.34 0.19 0 0.42
HSL 213.6º 0.2% 0.48% -
HSV(B) 213.6º 0.34% 0.58% -
XYZ 16.79 17.84 30.16 -
YUV 115.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 97 119 147 0.34 0.19 0 0.42 213.6 0.2 0.48
Hex 61 77 93 22 13 0 2A D6 14 30
Octal 141 167 223 42 23 0 52 326 24 60
Binary 1100001 1110111 10010011 100010 10011 0 101010 11010110 10100 110000

Color Harmonies of #617793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617793

Black with #617793

Text Example


Text Example

White with #617793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617793; }

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

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

background-color css

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

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

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

border-color css

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

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

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