Html Css Color HEX #607490 Waikawa Grey

📋 copy color: '#607490'

red 96 ◦ green 116 ◦ blue 144

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

Shades of Waikawa Grey #607490

Tints of Waikawa Grey #607490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 26.97%
G = 32.58%
B = 40.45%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#607490 (or 0x607490) is known color: Waikawa Grey. HEX triplet: 60, 74 and 90. RGB value is (96,116,144). Sum of RGB (Red+Green+Blue) = 96+116+144=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #607490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607490 is #9F8B6F. Grayscale: #717171. Windows color (decimal): -10455920 or 9466976. OLE color: 9466976.

HSL color Cylindrical-coordinate representation of color #607490: hue angle of 215º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607490 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 116 144 -
CMYK 0.33 0.19 0 0.44
HSL 215º 0.2% 0.47% -
HSV(B) 215º 0.33% 0.56% -
XYZ 16.1 16.99 28.82 -
YUV 113.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 96 116 144 0.33 0.19 0 0.44 215 0.2 0.47
Hex 60 74 90 21 13 0 2C D7 14 2F
Octal 140 164 220 41 23 0 54 327 24 57
Binary 1100000 1110100 10010000 100001 10011 0 101100 11010111 10100 101111

Color Harmonies of #607490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607490

Black with #607490

Text Example


Text Example

White with #607490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607490; }

 p { color: rgb(96,116,144); }

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

background-color css

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

 a { background-color: rgb(96,116,144); }

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

border-color css

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

 span { border-color: rgb(96,116,144); }

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