Html Css Color HEX #607594 Waikawa Grey

📋 copy color: '#607594'

red 96 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #607594

Tints of Waikawa Grey #607594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 26.59%
G = 32.41%
B = 41%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607594 (or 0x607594) is known color: Waikawa Grey. HEX triplet: 60, 75 and 94. RGB value is (96,117,148). Sum of RGB (Red+Green+Blue) = 96+117+148=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #607594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607594 is #9F8A6B. Grayscale: #727272. Windows color (decimal): -10455660 or 9729376. OLE color: 9729376.

HSL color Cylindrical-coordinate representation of color #607594: hue angle of 215.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607594 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 117 148 -
CMYK 0.35 0.21 0 0.42
HSL 215.77º 0.21% 0.48% -
HSV(B) 215.77º 0.35% 0.58% -
XYZ 16.53 17.35 30.49 -
YUV 114.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 96 117 148 0.35 0.21 0 0.42 215.77 0.21 0.48
Hex 60 75 94 23 15 0 2A D8 15 30
Octal 140 165 224 43 25 0 52 330 25 60
Binary 1100000 1110101 10010100 100011 10101 0 101010 11011000 10101 110000

Color Harmonies of #607594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607594

Black with #607594

Text Example


Text Example

White with #607594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607594; }

 p { color: rgb(96,117,148); }

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

background-color css

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

 a { background-color: rgb(96,117,148); }

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

border-color css

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

 span { border-color: rgb(96,117,148); }

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