Html Css Color HEX #637593 Waikawa Grey

📋 copy color: '#637593'

red 99 ◦ green 117 ◦ blue 147

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

Shades of Waikawa Grey #637593

Tints of Waikawa Grey #637593

RGB

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

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

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

R = 27.27%
G = 32.23%
B = 40.5%

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

#637593 (or 0x637593) is known color: Waikawa Grey. HEX triplet: 63, 75 and 93. RGB value is (99,117,147). Sum of RGB (Red+Green+Blue) = 99+117+147=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #637593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637593 is #9C8A6C. Grayscale: #727272. Windows color (decimal): -10259053 or 9663843. OLE color: 9663843.

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

Color convert

RGB 99 117 147 -
CMYK 0.33 0.20 0 0.42
HSL 217.5º 0.2% 0.48% -
HSV(B) 217.5º 0.33% 0.58% -
XYZ 16.77 17.48 30.09 -
YUV 115.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 99 117 147 0.33 0.20 0 0.42 217.5 0.2 0.48
Hex 63 75 93 21 14 0 2A DA 14 30
Octal 143 165 223 41 24 0 52 332 24 60
Binary 1100011 1110101 10010011 100001 10100 0 101010 11011010 10100 110000

Color Harmonies of #637593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637593

Black with #637593

Text Example


Text Example

White with #637593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637593; }

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

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

background-color css

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

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

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

border-color css

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

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

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