Html Css Color HEX #63A69D Tradewind

📋 copy color: '#63A69D'

red 99 ◦ green 166 ◦ blue 157

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

Shades of Tradewind #63A69D

Tints of Tradewind #63A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 23.46%
G = 39.34%
B = 37.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#63A69D (or 0x63A69D) is known color: Tradewind. HEX triplet: 63, A6 and 9D. RGB value is (99,166,157). Sum of RGB (Red+Green+Blue) = 99+166+157=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #63A69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A69D is #9C5962. Grayscale: #909090. Windows color (decimal): -10246499 or 10331747. OLE color: 10331747.

HSL color Cylindrical-coordinate representation of color #63A69D: hue angle of 171.94º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A69D is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 166 157 -
CMYK 0.40 0 0.05 0.35
HSL 171.94º 0.27% 0.52% -
HSV(B) 171.94º 0.4% 0.65% -
XYZ 24.87 32.36 36.83 -
YUV 144.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 99 166 157 0.40 0 0.05 0.35 171.94 0.27 0.52
Hex 63 A6 9D 28 0 5 23 AC 1B 34
Octal 143 246 235 50 0 5 43 254 33 64
Binary 1100011 10100110 10011101 101000 0 101 100011 10101100 11011 110100

Color Harmonies of #63A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A69D

Black with #63A69D

Text Example


Text Example

White with #63A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A69D; }

 p { color: rgb(99,166,157); }

 H1.HeaderClassName
 {
   color: #63A69D;
 }
 .AnyTagClassName
 {
   color: #63A69D;
 }
</style>

background-color css

<style>
 a { background-color: #63A69D; }

 a { background-color: rgb(99,166,157); }

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

border-color css

<style>
 span { border-color: #63A69D; }

 span { border-color: rgb(99,166,157); }

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