Html Css Color HEX #607694 Waikawa Grey

📋 copy color: '#607694'

red 96 ◦ green 118 ◦ blue 148

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

Shades of Waikawa Grey #607694

Tints of Waikawa Grey #607694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 26.52%
G = 32.6%
B = 40.88%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607694 (or 0x607694) is known color: Waikawa Grey. HEX triplet: 60, 76 and 94. RGB value is (96,118,148). Sum of RGB (Red+Green+Blue) = 96+118+148=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #607694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607694 is #9F896B. Grayscale: #727272. Windows color (decimal): -10455404 or 9729632. OLE color: 9729632.

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

Color convert

RGB 96 118 148 -
CMYK 0.35 0.20 0 0.42
HSL 214.62º 0.21% 0.48% -
HSV(B) 214.62º 0.35% 0.58% -
XYZ 16.65 17.58 30.53 -
YUV 114.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 96 118 148 0.35 0.20 0 0.42 214.62 0.21 0.48
Hex 60 76 94 23 14 0 2A D7 15 30
Octal 140 166 224 43 24 0 52 327 25 60
Binary 1100000 1110110 10010100 100011 10100 0 101010 11010111 10101 110000

Color Harmonies of #607694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607694

Black with #607694

Text Example


Text Example

White with #607694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607694; }

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

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

background-color css

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

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

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

border-color css

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

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

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