Html Css Color HEX #607098 Waikawa Grey

📋 copy color: '#607098'

red 96 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #607098

Tints of Waikawa Grey #607098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 26.67%
G = 31.11%
B = 42.22%

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

#607098 (or 0x607098) is known color: Waikawa Grey. HEX triplet: 60, 70 and 98. RGB value is (96,112,152). Sum of RGB (Red+Green+Blue) = 96+112+152=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #607098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607098 is #9F8F67. Grayscale: #6F6F6F. Windows color (decimal): -10456936 or 9990240. OLE color: 9990240.

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

Color convert

RGB 96 112 152 -
CMYK 0.37 0.26 0 0.40
HSL 222.86º 0.23% 0.49% -
HSV(B) 222.86º 0.37% 0.6% -
XYZ 16.29 16.34 32 -
YUV 111.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 96 112 152 0.37 0.26 0 0.40 222.86 0.23 0.49
Hex 60 70 98 25 1A 0 28 DF 17 31
Octal 140 160 230 45 32 0 50 337 27 61
Binary 1100000 1110000 10011000 100101 11010 0 101000 11011111 10111 110001

Color Harmonies of #607098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607098

Black with #607098

Text Example


Text Example

White with #607098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607098; }

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

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

background-color css

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

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

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

border-color css

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

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

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