Html Css Color HEX #6DAFAC Tradewind

📋 copy color: '#6DAFAC'

red 109 ◦ green 175 ◦ blue 172

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

Shades of Tradewind #6DAFAC

Tints of Tradewind #6DAFAC

RGB

 RED value IS 109 (42.97% from 255) = 23.9%

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 23.9%
G = 38.38%
B = 37.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#6DAFAC (or 0x6DAFAC) is known color: Tradewind. HEX triplet: 6D, AF and AC. RGB value is (109,175,172). Sum of RGB (Red+Green+Blue) = 109+175+172=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFAC is #925053. Grayscale: #9A9A9A. Windows color (decimal): -9588820 or 11317101. OLE color: 11317101.

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

Color convert

RGB 109 175 172 -
CMYK 0.38 0 0.02 0.31
HSL 177.27º 0.29% 0.56% -
HSV(B) 177.27º 0.38% 0.69% -
XYZ 29.08 36.89 44.62 -
YUV 154.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 109 175 172 0.38 0 0.02 0.31 177.27 0.29 0.56
Hex 6D AF AC 26 0 2 1F B1 1D 38
Octal 155 257 254 46 0 2 37 261 35 70
Binary 1101101 10101111 10101100 100110 0 10 11111 10110001 11101 111000

Color Harmonies of #6DAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFAC

Black with #6DAFAC

Text Example


Text Example

White with #6DAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,172); }

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

background-color css

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

 a { background-color: rgb(109,175,172); }

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

border-color css

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

 span { border-color: rgb(109,175,172); }

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