Html Css Color HEX #637594 Waikawa Grey

📋 copy color: '#637594'

red 99 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #637594

Tints of Waikawa Grey #637594

RGB

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

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

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

R = 27.2%
G = 32.14%
B = 40.66%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637594 (or 0x637594) is known color: Waikawa Grey. HEX triplet: 63, 75 and 94. RGB value is (99,117,148). Sum of RGB (Red+Green+Blue) = 99+117+148=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #637594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637594 is #9C8A6B. Grayscale: #737373. Windows color (decimal): -10259052 or 9729379. OLE color: 9729379.

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

Color convert

RGB 99 117 148 -
CMYK 0.33 0.21 0 0.42
HSL 217.96º 0.2% 0.48% -
HSV(B) 217.96º 0.33% 0.58% -
XYZ 16.85 17.51 30.51 -
YUV 115.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 99 117 148 0.33 0.21 0 0.42 217.96 0.2 0.48
Hex 63 75 94 21 15 0 2A DA 14 30
Octal 143 165 224 41 25 0 52 332 24 60
Binary 1100011 1110101 10010100 100001 10101 0 101010 11011010 10100 110000

Color Harmonies of #637594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637594

Black with #637594

Text Example


Text Example

White with #637594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637594; }

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

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

background-color css

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

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

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

border-color css

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

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

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