Html Css Color HEX #637AA4 Waikawa Grey

📋 copy color: '#637AA4'

red 99 ◦ green 122 ◦ blue 164

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

Shades of Waikawa Grey #637AA4

Tints of Waikawa Grey #637AA4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 25.71%
G = 31.69%
B = 42.6%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#637AA4 (or 0x637AA4) is known color: Waikawa Grey. HEX triplet: 63, 7A and A4. RGB value is (99,122,164). Sum of RGB (Red+Green+Blue) = 99+122+164=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #637AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637AA4 is #9C855B. Grayscale: #777777. Windows color (decimal): -10257756 or 10779235. OLE color: 10779235.

HSL color Cylindrical-coordinate representation of color #637AA4: hue angle of 218.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #637AA4 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 122 164 -
CMYK 0.40 0.26 0 0.36
HSL 218.77º 0.26% 0.52% -
HSV(B) 218.77º 0.4% 0.64% -
XYZ 18.81 19.25 37.85 -
YUV 119.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 99 122 164 0.40 0.26 0 0.36 218.77 0.26 0.52
Hex 63 7A A4 28 1A 0 24 DB 1A 34
Octal 143 172 244 50 32 0 44 333 32 64
Binary 1100011 1111010 10100100 101000 11010 0 100100 11011011 11010 110100

Color Harmonies of #637AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637AA4

Black with #637AA4

Text Example


Text Example

White with #637AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637AA4; }

 p { color: rgb(99,122,164); }

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

background-color css

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

 a { background-color: rgb(99,122,164); }

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

border-color css

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

 span { border-color: rgb(99,122,164); }

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