Html Css Color HEX #617B9C Waikawa Grey

📋 copy color: '#617B9C'

red 97 ◦ green 123 ◦ blue 156

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

Shades of Waikawa Grey #617B9C

Tints of Waikawa Grey #617B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 25.8%
G = 32.71%
B = 41.49%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#617B9C (or 0x617B9C) is known color: Waikawa Grey. HEX triplet: 61, 7B and 9C. RGB value is (97,123,156). Sum of RGB (Red+Green+Blue) = 97+123+156=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #617B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B9C is #9E8463. Grayscale: #767676. Windows color (decimal): -10388580 or 10255201. OLE color: 10255201.

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

Color convert

RGB 97 123 156 -
CMYK 0.38 0.21 0 0.39
HSL 213.56º 0.23% 0.5% -
HSV(B) 213.56º 0.38% 0.61% -
XYZ 18.01 19.11 34.19 -
YUV 118.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 97 123 156 0.38 0.21 0 0.39 213.56 0.23 0.5
Hex 61 7B 9C 26 15 0 27 D6 17 32
Octal 141 173 234 46 25 0 47 326 27 62
Binary 1100001 1111011 10011100 100110 10101 0 100111 11010110 10111 110010

Color Harmonies of #617B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B9C

Black with #617B9C

Text Example


Text Example

White with #617B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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