Html Css Color HEX #617BA0 Waikawa Grey

📋 copy color: '#617BA0'

red 97 ◦ green 123 ◦ blue 160

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

Shades of Waikawa Grey #617BA0

Tints of Waikawa Grey #617BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 25.53%
G = 32.37%
B = 42.11%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#617BA0 (or 0x617BA0) is known color: Waikawa Grey. HEX triplet: 61, 7B and A0. RGB value is (97,123,160). Sum of RGB (Red+Green+Blue) = 97+123+160=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #617BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617BA0 is #9E845F. Grayscale: #777777. Windows color (decimal): -10388576 or 10517345. OLE color: 10517345.

HSL color Cylindrical-coordinate representation of color #617BA0: hue angle of 215.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617BA0 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 123 160 -
CMYK 0.39 0.23 0 0.37
HSL 215.24º 0.25% 0.5% -
HSV(B) 215.24º 0.39% 0.63% -
XYZ 18.36 19.25 36 -
YUV 119.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 97 123 160 0.39 0.23 0 0.37 215.24 0.25 0.5
Hex 61 7B A0 27 17 0 25 D7 19 32
Octal 141 173 240 47 27 0 45 327 31 62
Binary 1100001 1111011 10100000 100111 10111 0 100101 11010111 11001 110010

Color Harmonies of #617BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BA0

Black with #617BA0

Text Example


Text Example

White with #617BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617BA0; }

 p { color: rgb(97,123,160); }

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

background-color css

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

 a { background-color: rgb(97,123,160); }

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

border-color css

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

 span { border-color: rgb(97,123,160); }

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