Html Css Color HEX #6DAFAB Tradewind

📋 copy color: '#6DAFAB'

red 109 ◦ green 175 ◦ blue 171

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

Shades of Tradewind #6DAFAB

Tints of Tradewind #6DAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 23.96%
G = 38.46%
B = 37.58%

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

#6DAFAB (or 0x6DAFAB) is known color: Tradewind. HEX triplet: 6D, AF and AB. RGB value is (109,175,171). Sum of RGB (Red+Green+Blue) = 109+175+171=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFAB is #925054. Grayscale: #9A9A9A. Windows color (decimal): -9588821 or 11251565. OLE color: 11251565.

HSL color Cylindrical-coordinate representation of color #6DAFAB: hue angle of 176.36º 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 #6DAFAB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 175 171 -
CMYK 0.38 0 0.02 0.31
HSL 176.36º 0.29% 0.56% -
HSV(B) 176.36º 0.38% 0.69% -
XYZ 28.99 36.85 44.11 -
YUV 154.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 109 175 171 0.38 0 0.02 0.31 176.36 0.29 0.56
Hex 6D AF AB 26 0 2 1F B0 1D 38
Octal 155 257 253 46 0 2 37 260 35 70
Binary 1101101 10101111 10101011 100110 0 10 11111 10110000 11101 111000

Color Harmonies of #6DAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFAB

Black with #6DAFAB

Text Example


Text Example

White with #6DAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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