Html Css Color HEX #63729F Waikawa Grey

📋 copy color: '#63729F'

red 99 ◦ green 114 ◦ blue 159

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

Shades of Waikawa Grey #63729F

Tints of Waikawa Grey #63729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 26.61%
G = 30.65%
B = 42.74%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63729F (or 0x63729F) is known color: Waikawa Grey. HEX triplet: 63, 72 and 9F. RGB value is (99,114,159). Sum of RGB (Red+Green+Blue) = 99+114+159=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #63729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63729F is #9C8D60. Grayscale: #727272. Windows color (decimal): -10259809 or 10449507. OLE color: 10449507.

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

Color convert

RGB 99 114 159 -
CMYK 0.38 0.28 0 0.38
HSL 225º 0.24% 0.51% -
HSV(B) 225º 0.38% 0.62% -
XYZ 17.42 17.19 35.2 -
YUV 114.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 99 114 159 0.38 0.28 0 0.38 225 0.24 0.51
Hex 63 72 9F 26 1C 0 26 E1 18 33
Octal 143 162 237 46 34 0 46 341 30 63
Binary 1100011 1110010 10011111 100110 11100 0 100110 11100001 11000 110011

Color Harmonies of #63729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63729F

Black with #63729F

Text Example


Text Example

White with #63729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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