Html Css Color HEX #637494 Waikawa Grey

📋 copy color: '#637494'

red 99 ◦ green 116 ◦ blue 148

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

Shades of Waikawa Grey #637494

Tints of Waikawa Grey #637494

RGB

 RED value IS 99 (39.06% from 255) = 27.27%

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

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

R = 27.27%
G = 31.96%
B = 40.77%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637494 (or 0x637494) is known color: Waikawa Grey. HEX triplet: 63, 74 and 94. RGB value is (99,116,148). Sum of RGB (Red+Green+Blue) = 99+116+148=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #637494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637494 is #9C8B6B. Grayscale: #727272. Windows color (decimal): -10259308 or 9729123. OLE color: 9729123.

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

Color convert

RGB 99 116 148 -
CMYK 0.33 0.22 0 0.42
HSL 219.18º 0.2% 0.48% -
HSV(B) 219.18º 0.33% 0.58% -
XYZ 16.74 17.28 30.47 -
YUV 114.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 99 116 148 0.33 0.22 0 0.42 219.18 0.2 0.48
Hex 63 74 94 21 16 0 2A DB 14 30
Octal 143 164 224 41 26 0 52 333 24 60
Binary 1100011 1110100 10010100 100001 10110 0 101010 11011011 10100 110000

Color Harmonies of #637494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637494

Black with #637494

Text Example


Text Example

White with #637494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637494; }

 p { color: rgb(99,116,148); }

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

background-color css

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

 a { background-color: rgb(99,116,148); }

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

border-color css

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

 span { border-color: rgb(99,116,148); }

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