Html Css Color HEX #63768D Waikawa Grey

📋 copy color: '#63768D'

red 99 ◦ green 118 ◦ blue 141

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

Shades of Waikawa Grey #63768D

Tints of Waikawa Grey #63768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 27.65%
G = 32.96%
B = 39.39%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63768D (or 0x63768D) is known color: Waikawa Grey. HEX triplet: 63, 76 and 8D. RGB value is (99,118,141). Sum of RGB (Red+Green+Blue) = 99+118+141=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #63768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63768D is #9C8972. Grayscale: #727272. Windows color (decimal): -10258803 or 9270883. OLE color: 9270883.

HSL color Cylindrical-coordinate representation of color #63768D: hue angle of 212.86º 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 #63768D is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 118 141 -
CMYK 0.30 0.16 0 0.45
HSL 212.86º 0.18% 0.47% -
HSV(B) 212.86º 0.3% 0.55% -
XYZ 16.43 17.53 27.72 -
YUV 114.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 99 118 141 0.30 0.16 0 0.45 212.86 0.18 0.47
Hex 63 76 8D 1E 10 0 2D D5 12 2F
Octal 143 166 215 36 20 0 55 325 22 57
Binary 1100011 1110110 10001101 11110 10000 0 101101 11010101 10010 101111

Color Harmonies of #63768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63768D

Black with #63768D

Text Example


Text Example

White with #63768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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