Html Css Color HEX #607099 Waikawa Grey

📋 copy color: '#607099'

red 96 ◦ green 112 ◦ blue 153

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

Shades of Waikawa Grey #607099

Tints of Waikawa Grey #607099

RGB

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

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

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

R = 26.59%
G = 31.02%
B = 42.38%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#607099 (or 0x607099) is known color: Waikawa Grey. HEX triplet: 60, 70 and 99. RGB value is (96,112,153). Sum of RGB (Red+Green+Blue) = 96+112+153=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #607099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607099 is #9F8F66. Grayscale: #6F6F6F. Windows color (decimal): -10456935 or 10055776. OLE color: 10055776.

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

Color convert

RGB 96 112 153 -
CMYK 0.37 0.27 0 0.4
HSL 223.16º 0.23% 0.49% -
HSV(B) 223.16º 0.37% 0.6% -
XYZ 16.37 16.38 32.44 -
YUV 111.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 96 112 153 0.37 0.27 0 0.4 223.16 0.23 0.49
Hex 60 70 99 25 1B 0 28 DF 17 31
Octal 140 160 231 45 33 0 50 337 27 61
Binary 1100000 1110000 10011001 100101 11011 0 101000 11011111 10111 110001

Color Harmonies of #607099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607099

Black with #607099

Text Example


Text Example

White with #607099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607099; }

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

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

background-color css

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

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

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

border-color css

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

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

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