Html Css Color HEX #607491 Waikawa Grey

📋 copy color: '#607491'

red 96 ◦ green 116 ◦ blue 145

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

Shades of Waikawa Grey #607491

Tints of Waikawa Grey #607491

RGB

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

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

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

R = 26.89%
G = 32.49%
B = 40.62%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#607491 (or 0x607491) is known color: Waikawa Grey. HEX triplet: 60, 74 and 91. RGB value is (96,116,145). Sum of RGB (Red+Green+Blue) = 96+116+145=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #607491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607491 is #9F8B6E. Grayscale: #717171. Windows color (decimal): -10455919 or 9532512. OLE color: 9532512.

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

Color convert

RGB 96 116 145 -
CMYK 0.34 0.2 0 0.43
HSL 215.51º 0.2% 0.47% -
HSV(B) 215.51º 0.34% 0.57% -
XYZ 16.18 17.02 29.22 -
YUV 113.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 96 116 145 0.34 0.2 0 0.43 215.51 0.2 0.47
Hex 60 74 91 22 14 0 2B D8 14 2F
Octal 140 164 221 42 24 0 53 330 24 57
Binary 1100000 1110100 10010001 100010 10100 0 101011 11011000 10100 101111

Color Harmonies of #607491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607491

Black with #607491

Text Example


Text Example

White with #607491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607491; }

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

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

background-color css

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

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

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

border-color css

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

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

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