Html Css Color HEX #617993 Waikawa Grey

📋 copy color: '#617993'

red 97 ◦ green 121 ◦ blue 147

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

Shades of Waikawa Grey #617993

Tints of Waikawa Grey #617993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

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

R = 26.58%
G = 33.15%
B = 40.27%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617993 (or 0x617993) is known color: Waikawa Grey. HEX triplet: 61, 79 and 93. RGB value is (97,121,147). Sum of RGB (Red+Green+Blue) = 97+121+147=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #617993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617993 is #9E866C. Grayscale: #747474. Windows color (decimal): -10389101 or 9664865. OLE color: 9664865.

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

Color convert

RGB 97 121 147 -
CMYK 0.34 0.18 0 0.42
HSL 211.2º 0.2% 0.48% -
HSV(B) 211.2º 0.34% 0.58% -
XYZ 17.03 18.32 30.24 -
YUV 116.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 97 121 147 0.34 0.18 0 0.42 211.2 0.2 0.48
Hex 61 79 93 22 12 0 2A D3 14 30
Octal 141 171 223 42 22 0 52 323 24 60
Binary 1100001 1111001 10010011 100010 10010 0 101010 11010011 10100 110000

Color Harmonies of #617993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617993

Black with #617993

Text Example


Text Example

White with #617993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617993; }

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

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

background-color css

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

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

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

border-color css

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

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

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