Html Css Color HEX #63728D Waikawa Grey

📋 copy color: '#63728D'

red 99 ◦ green 114 ◦ blue 141

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

Shades of Waikawa Grey #63728D

Tints of Waikawa Grey #63728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 27.97%
G = 32.2%
B = 39.83%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63728D (or 0x63728D) is known color: Waikawa Grey. HEX triplet: 63, 72 and 8D. RGB value is (99,114,141). Sum of RGB (Red+Green+Blue) = 99+114+141=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #63728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63728D is #9C8D72. Grayscale: #707070. Windows color (decimal): -10259827 or 9269859. OLE color: 9269859.

HSL color Cylindrical-coordinate representation of color #63728D: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63728D is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 114 141 -
CMYK 0.30 0.19 0 0.45
HSL 218.57º 0.18% 0.47% -
HSV(B) 218.57º 0.3% 0.55% -
XYZ 15.97 16.61 27.56 -
YUV 112.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 99 114 141 0.30 0.19 0 0.45 218.57 0.18 0.47
Hex 63 72 8D 1E 13 0 2D DB 12 2F
Octal 143 162 215 36 23 0 55 333 22 57
Binary 1100011 1110010 10001101 11110 10011 0 101101 11011011 10010 101111

Color Harmonies of #63728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63728D

Black with #63728D

Text Example


Text Example

White with #63728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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