Html Css Color HEX #637394 Waikawa Grey

📋 copy color: '#637394'

red 99 ◦ green 115 ◦ blue 148

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

Shades of Waikawa Grey #637394

Tints of Waikawa Grey #637394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 27.35%
G = 31.77%
B = 40.88%

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

#637394 (or 0x637394) is known color: Waikawa Grey. HEX triplet: 63, 73 and 94. RGB value is (99,115,148). Sum of RGB (Red+Green+Blue) = 99+115+148=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 115 (45.31% from 255 or 31.77% 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 #637394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637394 is #9C8C6B. Grayscale: #717171. Windows color (decimal): -10259564 or 9728867. OLE color: 9728867.

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

Color convert

RGB 99 115 148 -
CMYK 0.33 0.22 0 0.42
HSL 220.41º 0.2% 0.48% -
HSV(B) 220.41º 0.33% 0.58% -
XYZ 16.62 17.05 30.43 -
YUV 113.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 99 115 148 0.33 0.22 0 0.42 220.41 0.2 0.48
Hex 63 73 94 21 16 0 2A DC 14 30
Octal 143 163 224 41 26 0 52 334 24 60
Binary 1100011 1110011 10010100 100001 10110 0 101010 11011100 10100 110000

Color Harmonies of #637394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637394

Black with #637394

Text Example


Text Example

White with #637394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637394; }

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

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

background-color css

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

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

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

border-color css

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

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

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