Html Css Color HEX #607798 Waikawa Grey

📋 copy color: '#607798'

red 96 ◦ green 119 ◦ blue 152

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

Shades of Waikawa Grey #607798

Tints of Waikawa Grey #607798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 26.16%
G = 32.43%
B = 41.42%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#607798 (or 0x607798) is known color: Waikawa Grey. HEX triplet: 60, 77 and 98. RGB value is (96,119,152). Sum of RGB (Red+Green+Blue) = 96+119+152=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #607798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607798 is #9F8867. Grayscale: #737373. Windows color (decimal): -10455144 or 9992032. OLE color: 9992032.

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

Color convert

RGB 96 119 152 -
CMYK 0.37 0.22 0 0.40
HSL 215.36º 0.23% 0.49% -
HSV(B) 215.36º 0.37% 0.6% -
XYZ 17.09 17.95 32.27 -
YUV 115.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 96 119 152 0.37 0.22 0 0.40 215.36 0.23 0.49
Hex 60 77 98 25 16 0 28 D7 17 31
Octal 140 167 230 45 26 0 50 327 27 61
Binary 1100000 1110111 10011000 100101 10110 0 101000 11010111 10111 110001

Color Harmonies of #607798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607798

Black with #607798

Text Example


Text Example

White with #607798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607798; }

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

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

background-color css

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

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

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

border-color css

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

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

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