Html Css Color HEX #6FAEA7 Tradewind

📋 copy color: '#6FAEA7'

red 111 ◦ green 174 ◦ blue 167

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

Shades of Tradewind #6FAEA7

Tints of Tradewind #6FAEA7

RGB

 RED value IS 111 (43.75% from 255) = 24.56%

 GREEN value IS 174 (68.36% from 255) = 38.5%

 BLUE value IS 167 (65.63% from 255) = 36.95%

R = 24.56%
G = 38.5%
B = 36.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#6FAEA7 (or 0x6FAEA7) is known color: Tradewind. HEX triplet: 6F, AE and A7. RGB value is (111,174,167). Sum of RGB (Red+Green+Blue) = 111+174+167=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAEA7 is #905158. Grayscale: #9A9A9A. Windows color (decimal): -9458009 or 10989167. OLE color: 10989167.

HSL color Cylindrical-coordinate representation of color #6FAEA7: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAEA7 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 174 167 -
CMYK 0.36 0 0.04 0.32
HSL 173.33º 0.28% 0.56% -
HSV(B) 173.33º 0.36% 0.68% -
XYZ 28.67 36.44 42.08 -
YUV 154.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 111 174 167 0.36 0 0.04 0.32 173.33 0.28 0.56
Hex 6F AE A7 24 0 4 20 AD 1C 38
Octal 157 256 247 44 0 4 40 255 34 70
Binary 1101111 10101110 10100111 100100 0 100 100000 10101101 11100 111000

Color Harmonies of #6FAEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEA7

Black with #6FAEA7

Text Example


Text Example

White with #6FAEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FAEA7; }

 p { color: rgb(111,174,167); }

 H1.HeaderClassName
 {
   color: #6FAEA7;
 }
 .AnyTagClassName
 {
   color: #6FAEA7;
 }
</style>

background-color css

<style>
 a { background-color: #6FAEA7; }

 a { background-color: rgb(111,174,167); }

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

border-color css

<style>
 span { border-color: #6FAEA7; }

 span { border-color: rgb(111,174,167); }

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