Html Css Color HEX #637694 Waikawa Grey

📋 copy color: '#637694'

red 99 ◦ green 118 ◦ blue 148

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

Shades of Waikawa Grey #637694

Tints of Waikawa Grey #637694

RGB

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

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

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

R = 27.12%
G = 32.33%
B = 40.55%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637694 (or 0x637694) is known color: Waikawa Grey. HEX triplet: 63, 76 and 94. RGB value is (99,118,148). Sum of RGB (Red+Green+Blue) = 99+118+148=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #637694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637694 is #9C896B. Grayscale: #737373. Windows color (decimal): -10258796 or 9729635. OLE color: 9729635.

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

Color convert

RGB 99 118 148 -
CMYK 0.33 0.20 0 0.42
HSL 216.73º 0.2% 0.48% -
HSV(B) 216.73º 0.33% 0.58% -
XYZ 16.97 17.75 30.55 -
YUV 115.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 99 118 148 0.33 0.20 0 0.42 216.73 0.2 0.48
Hex 63 76 94 21 14 0 2A D9 14 30
Octal 143 166 224 41 24 0 52 331 24 60
Binary 1100011 1110110 10010100 100001 10100 0 101010 11011001 10100 110000

Color Harmonies of #637694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637694

Black with #637694

Text Example


Text Example

White with #637694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637694; }

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

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

background-color css

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

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

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

border-color css

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

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

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