Html Css Color HEX #607791 Waikawa Grey

📋 copy color: '#607791'

red 96 ◦ green 119 ◦ blue 145

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

Shades of Waikawa Grey #607791

Tints of Waikawa Grey #607791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 26.67%
G = 33.06%
B = 40.28%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607791 (or 0x607791) is known color: Waikawa Grey. HEX triplet: 60, 77 and 91. RGB value is (96,119,145). Sum of RGB (Red+Green+Blue) = 96+119+145=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #607791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607791 is #9F886E. Grayscale: #727272. Windows color (decimal): -10455151 or 9533280. OLE color: 9533280.

HSL color Cylindrical-coordinate representation of color #607791: hue angle of 211.84º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #607791 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 119 145 -
CMYK 0.34 0.18 0 0.43
HSL 211.84º 0.2% 0.47% -
HSV(B) 211.84º 0.34% 0.57% -
XYZ 16.53 17.72 29.34 -
YUV 115.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 96 119 145 0.34 0.18 0 0.43 211.84 0.2 0.47
Hex 60 77 91 22 12 0 2B D4 14 2F
Octal 140 167 221 42 22 0 53 324 24 57
Binary 1100000 1110111 10010001 100010 10010 0 101011 11010100 10100 101111

Color Harmonies of #607791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607791

Black with #607791

Text Example


Text Example

White with #607791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607791; }

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

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

background-color css

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

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

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

border-color css

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

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

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