Html Css Color HEX #6BB9AC Tradewind

📋 copy color: '#6BB9AC'

red 107 ◦ green 185 ◦ blue 172

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

Shades of Tradewind #6BB9AC

Tints of Tradewind #6BB9AC

RGB

 RED value IS 107 (42.19% from 255) = 23.06%

 GREEN value IS 185 (72.66% from 255) = 39.87%

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

R = 23.06%
G = 39.87%
B = 37.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#6BB9AC (or 0x6BB9AC) is known color: Tradewind. HEX triplet: 6B, B9 and AC. RGB value is (107,185,172). Sum of RGB (Red+Green+Blue) = 107+185+172=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB9AC is #944653. Grayscale: #A0A0A0. Windows color (decimal): -9717332 or 11319659. OLE color: 11319659.

HSL color Cylindrical-coordinate representation of color #6BB9AC: hue angle of 170º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB9AC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 185 172 -
CMYK 0.42 0 0.07 0.27
HSL 170º 0.36% 0.57% -
HSV(B) 170º 0.42% 0.73% -
XYZ 30.86 40.8 45.28 -
YUV 160.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 107 185 172 0.42 0 0.07 0.27 170 0.36 0.57
Hex 6B B9 AC 2A 0 7 1B AA 24 39
Octal 153 271 254 52 0 7 33 252 44 71
Binary 1101011 10111001 10101100 101010 0 111 11011 10101010 100100 111001

Color Harmonies of #6BB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB9AC

Black with #6BB9AC

Text Example


Text Example

White with #6BB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,185,172); }

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

background-color css

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

 a { background-color: rgb(107,185,172); }

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

border-color css

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

 span { border-color: rgb(107,185,172); }

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