Html Css Color HEX #607391 Waikawa Grey

📋 copy color: '#607391'

red 96 ◦ green 115 ◦ blue 145

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

Shades of Waikawa Grey #607391

Tints of Waikawa Grey #607391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 26.97%
G = 32.3%
B = 40.73%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607391 (or 0x607391) is known color: Waikawa Grey. HEX triplet: 60, 73 and 91. RGB value is (96,115,145). Sum of RGB (Red+Green+Blue) = 96+115+145=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #607391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607391 is #9F8C6E. Grayscale: #707070. Windows color (decimal): -10456175 or 9532256. OLE color: 9532256.

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

Color convert

RGB 96 115 145 -
CMYK 0.34 0.21 0 0.43
HSL 216.73º 0.2% 0.47% -
HSV(B) 216.73º 0.34% 0.57% -
XYZ 16.07 16.79 29.18 -
YUV 112.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 96 115 145 0.34 0.21 0 0.43 216.73 0.2 0.47
Hex 60 73 91 22 15 0 2B D9 14 2F
Octal 140 163 221 42 25 0 53 331 24 57
Binary 1100000 1110011 10010001 100010 10101 0 101011 11011001 10100 101111

Color Harmonies of #607391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607391

Black with #607391

Text Example


Text Example

White with #607391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607391; }

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

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

background-color css

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

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

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

border-color css

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

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

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