Html Css Color HEX #607497 Waikawa Grey

📋 copy color: '#607497'

red 96 ◦ green 116 ◦ blue 151

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

Shades of Waikawa Grey #607497

Tints of Waikawa Grey #607497

RGB

 RED value IS 96 (37.89% from 255) = 26.45%

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 26.45%
G = 31.96%
B = 41.6%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#607497 (or 0x607497) is known color: Waikawa Grey. HEX triplet: 60, 74 and 97. RGB value is (96,116,151). Sum of RGB (Red+Green+Blue) = 96+116+151=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #607497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607497 is #9F8B68. Grayscale: #717171. Windows color (decimal): -10455913 or 9925728. OLE color: 9925728.

HSL color Cylindrical-coordinate representation of color #607497: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #607497 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 116 151 -
CMYK 0.36 0.23 0 0.41
HSL 218.18º 0.22% 0.48% -
HSV(B) 218.18º 0.36% 0.59% -
XYZ 16.66 17.21 31.72 -
YUV 114.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 96 116 151 0.36 0.23 0 0.41 218.18 0.22 0.48
Hex 60 74 97 24 17 0 29 DA 16 30
Octal 140 164 227 44 27 0 51 332 26 60
Binary 1100000 1110100 10010111 100100 10111 0 101001 11011010 10110 110000

Color Harmonies of #607497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607497

Black with #607497

Text Example


Text Example

White with #607497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607497; }

 p { color: rgb(96,116,151); }

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

background-color css

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

 a { background-color: rgb(96,116,151); }

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

border-color css

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

 span { border-color: rgb(96,116,151); }

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