Html Css Color HEX #617895 Waikawa Grey

📋 copy color: '#617895'

red 97 ◦ green 120 ◦ blue 149

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

Shades of Waikawa Grey #617895

Tints of Waikawa Grey #617895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 26.5%
G = 32.79%
B = 40.71%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617895 (or 0x617895) is known color: Waikawa Grey. HEX triplet: 61, 78 and 95. RGB value is (97,120,149). Sum of RGB (Red+Green+Blue) = 97+120+149=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #617895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617895 is #9E876A. Grayscale: #747474. Windows color (decimal): -10389355 or 9795681. OLE color: 9795681.

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

Color convert

RGB 97 120 149 -
CMYK 0.35 0.19 0 0.42
HSL 213.46º 0.21% 0.48% -
HSV(B) 213.46º 0.35% 0.58% -
XYZ 17.07 18.14 31.04 -
YUV 116.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 97 120 149 0.35 0.19 0 0.42 213.46 0.21 0.48
Hex 61 78 95 23 13 0 2A D5 15 30
Octal 141 170 225 43 23 0 52 325 25 60
Binary 1100001 1111000 10010101 100011 10011 0 101010 11010101 10101 110000

Color Harmonies of #617895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617895

Black with #617895

Text Example


Text Example

White with #617895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617895; }

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

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

background-color css

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

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

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

border-color css

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

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

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