Html Css Color HEX #637095 Waikawa Grey

📋 copy color: '#637095'

red 99 ◦ green 112 ◦ blue 149

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

Shades of Waikawa Grey #637095

Tints of Waikawa Grey #637095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 27.5%
G = 31.11%
B = 41.39%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637095 (or 0x637095) is known color: Waikawa Grey. HEX triplet: 63, 70 and 95. RGB value is (99,112,149). Sum of RGB (Red+Green+Blue) = 99+112+149=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #637095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637095 is #9C8F6A. Grayscale: #707070. Windows color (decimal): -10260331 or 9793635. OLE color: 9793635.

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

Color convert

RGB 99 112 149 -
CMYK 0.34 0.25 0 0.42
HSL 224.4º 0.2% 0.49% -
HSV(B) 224.4º 0.34% 0.58% -
XYZ 16.36 16.41 30.74 -
YUV 112.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 99 112 149 0.34 0.25 0 0.42 224.4 0.2 0.49
Hex 63 70 95 22 19 0 2A E0 14 31
Octal 143 160 225 42 31 0 52 340 24 61
Binary 1100011 1110000 10010101 100010 11001 0 101010 11100000 10100 110001

Color Harmonies of #637095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637095

Black with #637095

Text Example


Text Example

White with #637095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637095; }

 p { color: rgb(99,112,149); }

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

background-color css

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

 a { background-color: rgb(99,112,149); }

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

border-color css

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

 span { border-color: rgb(99,112,149); }

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