Html Css Color HEX #607191 Waikawa Grey

📋 copy color: '#607191'

red 96 ◦ green 113 ◦ blue 145

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

Shades of Waikawa Grey #607191

Tints of Waikawa Grey #607191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 27.12%
G = 31.92%
B = 40.96%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607191 (or 0x607191) is known color: Waikawa Grey. HEX triplet: 60, 71 and 91. RGB value is (96,113,145). Sum of RGB (Red+Green+Blue) = 96+113+145=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #607191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607191 is #9F8E6E. Grayscale: #6F6F6F. Windows color (decimal): -10456687 or 9531744. OLE color: 9531744.

HSL color Cylindrical-coordinate representation of color #607191: hue angle of 219.18º 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 #607191 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 113 145 -
CMYK 0.34 0.22 0 0.43
HSL 219.18º 0.2% 0.47% -
HSV(B) 219.18º 0.34% 0.57% -
XYZ 15.84 16.34 29.11 -
YUV 111.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 96 113 145 0.34 0.22 0 0.43 219.18 0.2 0.47
Hex 60 71 91 22 16 0 2B DB 14 2F
Octal 140 161 221 42 26 0 53 333 24 57
Binary 1100000 1110001 10010001 100010 10110 0 101011 11011011 10100 101111

Color Harmonies of #607191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607191

Black with #607191

Text Example


Text Example

White with #607191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607191; }

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

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

background-color css

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

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

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

border-color css

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

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

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