Html Css Color HEX #6FAFAD Tradewind

📋 copy color: '#6FAFAD'

red 111 ◦ green 175 ◦ blue 173

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

Shades of Tradewind #6FAFAD

Tints of Tradewind #6FAFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 24.18%
G = 38.13%
B = 37.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#6FAFAD (or 0x6FAFAD) is known color: Tradewind. HEX triplet: 6F, AF and AD. RGB value is (111,175,173). Sum of RGB (Red+Green+Blue) = 111+175+173=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAFAD is #905052. Grayscale: #9B9B9B. Windows color (decimal): -9457747 or 11382639. OLE color: 11382639.

HSL color Cylindrical-coordinate representation of color #6FAFAD: hue angle of 178.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAFAD is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 175 173 -
CMYK 0.37 0 0.01 0.31
HSL 178.13º 0.29% 0.56% -
HSV(B) 178.13º 0.37% 0.69% -
XYZ 29.43 37.06 45.14 -
YUV 155.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 111 175 173 0.37 0 0.01 0.31 178.13 0.29 0.56
Hex 6F AF AD 25 0 1 1F B2 1D 38
Octal 157 257 255 45 0 1 37 262 35 70
Binary 1101111 10101111 10101101 100101 0 1 11111 10110010 11101 111000

Color Harmonies of #6FAFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFAD

Black with #6FAFAD

Text Example


Text Example

White with #6FAFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,175,173); }

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

background-color css

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

 a { background-color: rgb(111,175,173); }

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

border-color css

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

 span { border-color: rgb(111,175,173); }

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