Html Css Color HEX #607799 Waikawa Grey

📋 copy color: '#607799'

red 96 ◦ green 119 ◦ blue 153

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

Shades of Waikawa Grey #607799

Tints of Waikawa Grey #607799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 26.09%
G = 32.34%
B = 41.58%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#607799 (or 0x607799) is known color: Waikawa Grey. HEX triplet: 60, 77 and 99. RGB value is (96,119,153). Sum of RGB (Red+Green+Blue) = 96+119+153=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #607799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607799 is #9F8866. Grayscale: #737373. Windows color (decimal): -10455143 or 10057568. OLE color: 10057568.

HSL color Cylindrical-coordinate representation of color #607799: hue angle of 215.79º 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 #607799 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 119 153 -
CMYK 0.37 0.22 0 0.4
HSL 215.79º 0.23% 0.49% -
HSV(B) 215.79º 0.37% 0.6% -
XYZ 17.17 17.98 32.7 -
YUV 116 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 96 119 153 0.37 0.22 0 0.4 215.79 0.23 0.49
Hex 60 77 99 25 16 0 28 D8 17 31
Octal 140 167 231 45 26 0 50 330 27 61
Binary 1100000 1110111 10011001 100101 10110 0 101000 11011000 10111 110001

Color Harmonies of #607799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607799

Black with #607799

Text Example


Text Example

White with #607799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607799; }

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

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

background-color css

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

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

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

border-color css

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

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

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