Html Css Color HEX #63729E Waikawa Grey

📋 copy color: '#63729E'

red 99 ◦ green 114 ◦ blue 158

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

Shades of Waikawa Grey #63729E

Tints of Waikawa Grey #63729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 26.68%
G = 30.73%
B = 42.59%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63729E (or 0x63729E) is known color: Waikawa Grey. HEX triplet: 63, 72 and 9E. RGB value is (99,114,158). Sum of RGB (Red+Green+Blue) = 99+114+158=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #63729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63729E is #9C8D61. Grayscale: #727272. Windows color (decimal): -10259810 or 10383971. OLE color: 10383971.

HSL color Cylindrical-coordinate representation of color #63729E: hue angle of 224.75º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63729E is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 114 158 -
CMYK 0.37 0.28 0 0.38
HSL 224.75º 0.23% 0.5% -
HSV(B) 224.75º 0.37% 0.62% -
XYZ 17.33 17.16 34.75 -
YUV 114.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 99 114 158 0.37 0.28 0 0.38 224.75 0.23 0.5
Hex 63 72 9E 25 1C 0 26 E1 17 32
Octal 143 162 236 45 34 0 46 341 27 62
Binary 1100011 1110010 10011110 100101 11100 0 100110 11100001 10111 110010

Color Harmonies of #63729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63729E

Black with #63729E

Text Example


Text Example

White with #63729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63729E; }

 p { color: rgb(99,114,158); }

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

background-color css

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

 a { background-color: rgb(99,114,158); }

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

border-color css

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

 span { border-color: rgb(99,114,158); }

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