Html Css Color HEX #6FA2A0 Tradewind

📋 copy color: '#6FA2A0'

red 111 ◦ green 162 ◦ blue 160

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

Shades of Tradewind #6FA2A0

Tints of Tradewind #6FA2A0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 160 (62.89% from 255) = 36.95%

R = 25.64%
G = 37.41%
B = 36.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#6FA2A0 (or 0x6FA2A0) is known color: Tradewind. HEX triplet: 6F, A2 and A0. RGB value is (111,162,160). Sum of RGB (Red+Green+Blue) = 111+162+160=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA2A0 is #905D5F. Grayscale: #929292. Windows color (decimal): -9461088 or 10527343. OLE color: 10527343.

HSL color Cylindrical-coordinate representation of color #6FA2A0: hue angle of 177.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA2A0 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 162 160 -
CMYK 0.31 0 0.01 0.36
HSL 177.65º 0.22% 0.54% -
HSV(B) 177.65º 0.31% 0.64% -
XYZ 25.82 31.76 38.03 -
YUV 146.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 111 162 160 0.31 0 0.01 0.36 177.65 0.22 0.54
Hex 6F A2 A0 1F 0 1 24 B2 16 36
Octal 157 242 240 37 0 1 44 262 26 66
Binary 1101111 10100010 10100000 11111 0 1 100100 10110010 10110 110110

Color Harmonies of #6FA2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA2A0

Black with #6FA2A0

Text Example


Text Example

White with #6FA2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,162,160); }

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

background-color css

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

 a { background-color: rgb(111,162,160); }

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

border-color css

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

 span { border-color: rgb(111,162,160); }

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