Html Css Color HEX #6FA7A5 Tradewind

📋 copy color: '#6FA7A5'

red 111 ◦ green 167 ◦ blue 165

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

Shades of Tradewind #6FA7A5

Tints of Tradewind #6FA7A5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 25.06%
G = 37.7%
B = 37.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#6FA7A5 (or 0x6FA7A5) is known color: Tradewind. HEX triplet: 6F, A7 and A5. RGB value is (111,167,165). Sum of RGB (Red+Green+Blue) = 111+167+165=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA7A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA7A5 is #90585A. Grayscale: #959595. Windows color (decimal): -9459803 or 10856303. OLE color: 10856303.

HSL color Cylindrical-coordinate representation of color #6FA7A5: hue angle of 177.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA7A5 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 167 165 -
CMYK 0.34 0 0.01 0.35
HSL 177.86º 0.24% 0.55% -
HSV(B) 177.86º 0.34% 0.65% -
XYZ 27.17 33.73 40.68 -
YUV 150.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 111 167 165 0.34 0 0.01 0.35 177.86 0.24 0.55
Hex 6F A7 A5 22 0 1 23 B2 18 37
Octal 157 247 245 42 0 1 43 262 30 67
Binary 1101111 10100111 10100101 100010 0 1 100011 10110010 11000 110111

Color Harmonies of #6FA7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA7A5

Black with #6FA7A5

Text Example


Text Example

White with #6FA7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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