Html Css Color HEX #607299 Waikawa Grey

📋 copy color: '#607299'

red 96 ◦ green 114 ◦ blue 153

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

Shades of Waikawa Grey #607299

Tints of Waikawa Grey #607299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 26.45%
G = 31.4%
B = 42.15%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#607299 (or 0x607299) is known color: Waikawa Grey. HEX triplet: 60, 72 and 99. RGB value is (96,114,153). Sum of RGB (Red+Green+Blue) = 96+114+153=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #607299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607299 is #9F8D66. Grayscale: #707070. Windows color (decimal): -10456423 or 10056288. OLE color: 10056288.

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

Color convert

RGB 96 114 153 -
CMYK 0.37 0.25 0 0.4
HSL 221.05º 0.23% 0.49% -
HSV(B) 221.05º 0.37% 0.6% -
XYZ 16.59 16.82 32.51 -
YUV 113.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 96 114 153 0.37 0.25 0 0.4 221.05 0.23 0.49
Hex 60 72 99 25 19 0 28 DD 17 31
Octal 140 162 231 45 31 0 50 335 27 61
Binary 1100000 1110010 10011001 100101 11001 0 101000 11011101 10111 110001

Color Harmonies of #607299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607299

Black with #607299

Text Example


Text Example

White with #607299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607299; }

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

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

background-color css

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

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

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

border-color css

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

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

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