Html Css Color HEX #607194 Waikawa Grey

📋 copy color: '#607194'

red 96 ◦ green 113 ◦ blue 148

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

Shades of Waikawa Grey #607194

Tints of Waikawa Grey #607194

RGB

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

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

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

R = 26.89%
G = 31.65%
B = 41.46%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607194 (or 0x607194) is known color: Waikawa Grey. HEX triplet: 60, 71 and 94. RGB value is (96,113,148). Sum of RGB (Red+Green+Blue) = 96+113+148=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #607194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607194 is #9F8E6B. Grayscale: #6F6F6F. Windows color (decimal): -10456684 or 9728352. OLE color: 9728352.

HSL color Cylindrical-coordinate representation of color #607194: hue angle of 220.38º 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 #607194 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 113 148 -
CMYK 0.35 0.24 0 0.42
HSL 220.38º 0.21% 0.48% -
HSV(B) 220.38º 0.35% 0.58% -
XYZ 16.07 16.44 30.34 -
YUV 111.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 96 113 148 0.35 0.24 0 0.42 220.38 0.21 0.48
Hex 60 71 94 23 18 0 2A DC 15 30
Octal 140 161 224 43 30 0 52 334 25 60
Binary 1100000 1110001 10010100 100011 11000 0 101010 11011100 10101 110000

Color Harmonies of #607194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607194

Black with #607194

Text Example


Text Example

White with #607194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607194; }

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

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

background-color css

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

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

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

border-color css

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

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

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