Html Css Color HEX #637590 Waikawa Grey

📋 copy color: '#637590'

red 99 ◦ green 117 ◦ blue 144

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

Shades of Waikawa Grey #637590

Tints of Waikawa Grey #637590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 27.5%
G = 32.5%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#637590 (or 0x637590) is known color: Waikawa Grey. HEX triplet: 63, 75 and 90. RGB value is (99,117,144). Sum of RGB (Red+Green+Blue) = 99+117+144=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #637590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637590 is #9C8A6F. Grayscale: #727272. Windows color (decimal): -10259056 or 9467235. OLE color: 9467235.

HSL color Cylindrical-coordinate representation of color #637590: hue angle of 216º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #637590 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 117 144 -
CMYK 0.31 0.19 0 0.44
HSL 216º 0.19% 0.48% -
HSV(B) 216º 0.31% 0.56% -
XYZ 16.54 17.39 28.87 -
YUV 114.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 99 117 144 0.31 0.19 0 0.44 216 0.19 0.48
Hex 63 75 90 1F 13 0 2C D8 13 30
Octal 143 165 220 37 23 0 54 330 23 60
Binary 1100011 1110101 10010000 11111 10011 0 101100 11011000 10011 110000

Color Harmonies of #637590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637590

Black with #637590

Text Example


Text Example

White with #637590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637590; }

 p { color: rgb(99,117,144); }

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

background-color css

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

 a { background-color: rgb(99,117,144); }

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

border-color css

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

 span { border-color: rgb(99,117,144); }

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