Html Css Color HEX #617294 Waikawa Grey

📋 copy color: '#617294'

red 97 ◦ green 114 ◦ blue 148

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

Shades of Waikawa Grey #617294

Tints of Waikawa Grey #617294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 27.02%
G = 31.75%
B = 41.23%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617294 (or 0x617294) is known color: Waikawa Grey. HEX triplet: 61, 72 and 94. RGB value is (97,114,148). Sum of RGB (Red+Green+Blue) = 97+114+148=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #617294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617294 is #9E8D6B. Grayscale: #707070. Windows color (decimal): -10390892 or 9728609. OLE color: 9728609.

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

Color convert

RGB 97 114 148 -
CMYK 0.34 0.23 0 0.42
HSL 220º 0.21% 0.48% -
HSV(B) 220º 0.34% 0.58% -
XYZ 16.29 16.71 30.38 -
YUV 112.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 97 114 148 0.34 0.23 0 0.42 220 0.21 0.48
Hex 61 72 94 22 17 0 2A DC 15 30
Octal 141 162 224 42 27 0 52 334 25 60
Binary 1100001 1110010 10010100 100010 10111 0 101010 11011100 10101 110000

Color Harmonies of #617294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617294

Black with #617294

Text Example


Text Example

White with #617294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617294; }

 p { color: rgb(97,114,148); }

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

background-color css

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

 a { background-color: rgb(97,114,148); }

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

border-color css

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

 span { border-color: rgb(97,114,148); }

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