Html Css Color HEX #607198 Waikawa Grey

📋 copy color: '#607198'

red 96 ◦ green 113 ◦ blue 152

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

Shades of Waikawa Grey #607198

Tints of Waikawa Grey #607198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

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

R = 26.59%
G = 31.3%
B = 42.11%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#607198 (or 0x607198) is known color: Waikawa Grey. HEX triplet: 60, 71 and 98. RGB value is (96,113,152). Sum of RGB (Red+Green+Blue) = 96+113+152=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #607198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607198 is #9F8E67. Grayscale: #707070. Windows color (decimal): -10456680 or 9990496. OLE color: 9990496.

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

Color convert

RGB 96 113 152 -
CMYK 0.37 0.26 0 0.40
HSL 221.79º 0.23% 0.49% -
HSV(B) 221.79º 0.37% 0.6% -
XYZ 16.4 16.56 32.04 -
YUV 112.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 96 113 152 0.37 0.26 0 0.40 221.79 0.23 0.49
Hex 60 71 98 25 1A 0 28 DE 17 31
Octal 140 161 230 45 32 0 50 336 27 61
Binary 1100000 1110001 10011000 100101 11010 0 101000 11011110 10111 110001

Color Harmonies of #607198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607198

Black with #607198

Text Example


Text Example

White with #607198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607198; }

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

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

background-color css

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

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

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

border-color css

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

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

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