Html Css Color HEX #607499 Waikawa Grey

📋 copy color: '#607499'

red 96 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #607499

Tints of Waikawa Grey #607499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 26.3%
G = 31.78%
B = 41.92%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#607499 (or 0x607499) is known color: Waikawa Grey. HEX triplet: 60, 74 and 99. RGB value is (96,116,153). Sum of RGB (Red+Green+Blue) = 96+116+153=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #607499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607499 is #9F8B66. Grayscale: #727272. Windows color (decimal): -10455911 or 10056800. OLE color: 10056800.

HSL color Cylindrical-coordinate representation of color #607499: hue angle of 218.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607499 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 116 153 -
CMYK 0.37 0.24 0 0.4
HSL 218.95º 0.23% 0.49% -
HSV(B) 218.95º 0.37% 0.6% -
XYZ 16.82 17.28 32.59 -
YUV 114.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 96 116 153 0.37 0.24 0 0.4 218.95 0.23 0.49
Hex 60 74 99 25 18 0 28 DB 17 31
Octal 140 164 231 45 30 0 50 333 27 61
Binary 1100000 1110100 10011001 100101 11000 0 101000 11011011 10111 110001

Color Harmonies of #607499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607499

Black with #607499

Text Example


Text Example

White with #607499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607499; }

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

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

background-color css

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

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

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

border-color css

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

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

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