Html Css Color HEX #607790 Waikawa Grey

📋 copy color: '#607790'

red 96 ◦ green 119 ◦ blue 144

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

Shades of Waikawa Grey #607790

Tints of Waikawa Grey #607790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 26.74%
G = 33.15%
B = 40.11%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#607790 (or 0x607790) is known color: Waikawa Grey. HEX triplet: 60, 77 and 90. RGB value is (96,119,144). Sum of RGB (Red+Green+Blue) = 96+119+144=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #607790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607790 is #9F886F. Grayscale: #727272. Windows color (decimal): -10455152 or 9467744. OLE color: 9467744.

HSL color Cylindrical-coordinate representation of color #607790: hue angle of 211.25º 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 #607790 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 119 144 -
CMYK 0.33 0.17 0 0.44
HSL 211.25º 0.2% 0.47% -
HSV(B) 211.25º 0.33% 0.56% -
XYZ 16.45 17.69 28.93 -
YUV 114.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 96 119 144 0.33 0.17 0 0.44 211.25 0.2 0.47
Hex 60 77 90 21 11 0 2C D3 14 2F
Octal 140 167 220 41 21 0 54 323 24 57
Binary 1100000 1110111 10010000 100001 10001 0 101100 11010011 10100 101111

Color Harmonies of #607790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607790

Black with #607790

Text Example


Text Example

White with #607790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607790; }

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

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

background-color css

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

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

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

border-color css

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

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

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