Html Css Color HEX #637493 Waikawa Grey

📋 copy color: '#637493'

red 99 ◦ green 116 ◦ blue 147

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

Shades of Waikawa Grey #637493

Tints of Waikawa Grey #637493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 27.35%
G = 32.04%
B = 40.61%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637493 (or 0x637493) is known color: Waikawa Grey. HEX triplet: 63, 74 and 93. RGB value is (99,116,147). Sum of RGB (Red+Green+Blue) = 99+116+147=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #637493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637493 is #9C8B6C. Grayscale: #727272. Windows color (decimal): -10259309 or 9663587. OLE color: 9663587.

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

Color convert

RGB 99 116 147 -
CMYK 0.33 0.21 0 0.42
HSL 218.75º 0.2% 0.48% -
HSV(B) 218.75º 0.33% 0.58% -
XYZ 16.66 17.25 30.06 -
YUV 114.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 99 116 147 0.33 0.21 0 0.42 218.75 0.2 0.48
Hex 63 74 93 21 15 0 2A DB 14 30
Octal 143 164 223 41 25 0 52 333 24 60
Binary 1100011 1110100 10010011 100001 10101 0 101010 11011011 10100 110000

Color Harmonies of #637493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637493

Black with #637493

Text Example


Text Example

White with #637493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637493; }

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

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

background-color css

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

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

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

border-color css

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

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

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