Html Css Color HEX #637794 Waikawa Grey

📋 copy color: '#637794'

red 99 ◦ green 119 ◦ blue 148

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

Shades of Waikawa Grey #637794

Tints of Waikawa Grey #637794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 27.05%
G = 32.51%
B = 40.44%

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

#637794 (or 0x637794) is known color: Waikawa Grey. HEX triplet: 63, 77 and 94. RGB value is (99,119,148). Sum of RGB (Red+Green+Blue) = 99+119+148=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #637794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637794 is #9C886B. Grayscale: #747474. Windows color (decimal): -10258540 or 9729891. OLE color: 9729891.

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

Color convert

RGB 99 119 148 -
CMYK 0.33 0.20 0 0.42
HSL 215.51º 0.2% 0.48% -
HSV(B) 215.51º 0.33% 0.58% -
XYZ 17.09 17.98 30.59 -
YUV 116.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 99 119 148 0.33 0.20 0 0.42 215.51 0.2 0.48
Hex 63 77 94 21 14 0 2A D8 14 30
Octal 143 167 224 41 24 0 52 330 24 60
Binary 1100011 1110111 10010100 100001 10100 0 101010 11011000 10100 110000

Color Harmonies of #637794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637794

Black with #637794

Text Example


Text Example

White with #637794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637794; }

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

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

background-color css

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

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

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

border-color css

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

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

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