Html Css Color HEX #617295 Waikawa Grey

📋 copy color: '#617295'

red 97 ◦ green 114 ◦ blue 149

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

Shades of Waikawa Grey #617295

Tints of Waikawa Grey #617295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 26.94%
G = 31.67%
B = 41.39%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617295 (or 0x617295) is known color: Waikawa Grey. HEX triplet: 61, 72 and 95. RGB value is (97,114,149). Sum of RGB (Red+Green+Blue) = 97+114+149=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #617295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617295 is #9E8D6A. Grayscale: #707070. Windows color (decimal): -10390891 or 9794145. OLE color: 9794145.

HSL color Cylindrical-coordinate representation of color #617295: hue angle of 220.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617295 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 114 149 -
CMYK 0.35 0.23 0 0.42
HSL 220.38º 0.21% 0.48% -
HSV(B) 220.38º 0.35% 0.58% -
XYZ 16.37 16.75 30.8 -
YUV 112.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 97 114 149 0.35 0.23 0 0.42 220.38 0.21 0.48
Hex 61 72 95 23 17 0 2A DC 15 30
Octal 141 162 225 43 27 0 52 334 25 60
Binary 1100001 1110010 10010101 100011 10111 0 101010 11011100 10101 110000

Color Harmonies of #617295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617295

Black with #617295

Text Example


Text Example

White with #617295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617295; }

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

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

background-color css

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

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

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

border-color css

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

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

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