Html Css Color HEX #617298 Waikawa Grey

📋 copy color: '#617298'

red 97 ◦ green 114 ◦ blue 152

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

Shades of Waikawa Grey #617298

Tints of Waikawa Grey #617298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 26.72%
G = 31.4%
B = 41.87%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#617298 (or 0x617298) is known color: Waikawa Grey. HEX triplet: 61, 72 and 98. RGB value is (97,114,152). Sum of RGB (Red+Green+Blue) = 97+114+152=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #617298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617298 is #9E8D67. Grayscale: #717171. Windows color (decimal): -10390888 or 9990753. OLE color: 9990753.

HSL color Cylindrical-coordinate representation of color #617298: hue angle of 221.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #617298 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 114 152 -
CMYK 0.36 0.25 0 0.40
HSL 221.45º 0.22% 0.49% -
HSV(B) 221.45º 0.36% 0.6% -
XYZ 16.61 16.84 32.08 -
YUV 113.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 97 114 152 0.36 0.25 0 0.40 221.45 0.22 0.49
Hex 61 72 98 24 19 0 28 DD 16 31
Octal 141 162 230 44 31 0 50 335 26 61
Binary 1100001 1110010 10011000 100100 11001 0 101000 11011101 10110 110001

Color Harmonies of #617298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617298

Black with #617298

Text Example


Text Example

White with #617298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617298; }

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

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

background-color css

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

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

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

border-color css

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

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

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