Html Css Color HEX #6BBAB2 Tradewind

📋 copy color: '#6BBAB2'

red 107 ◦ green 186 ◦ blue 178

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

Shades of Tradewind #6BBAB2

Tints of Tradewind #6BBAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 22.72%
G = 39.49%
B = 37.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6BBAB2 (or 0x6BBAB2) is known color: Tradewind. HEX triplet: 6B, BA and B2. RGB value is (107,186,178). Sum of RGB (Red+Green+Blue) = 107+186+178=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAB2 is #94454D. Grayscale: #A1A1A1. Windows color (decimal): -9717070 or 11713131. OLE color: 11713131.

HSL color Cylindrical-coordinate representation of color #6BBAB2: hue angle of 173.92º 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 #6BBAB2 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 178 -
CMYK 0.42 0 0.04 0.27
HSL 173.92º 0.36% 0.57% -
HSV(B) 173.92º 0.42% 0.73% -
XYZ 31.66 41.46 48.45 -
YUV 161.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 107 186 178 0.42 0 0.04 0.27 173.92 0.36 0.57
Hex 6B BA B2 2A 0 4 1B AE 24 39
Octal 153 272 262 52 0 4 33 256 44 71
Binary 1101011 10111010 10110010 101010 0 100 11011 10101110 100100 111001

Color Harmonies of #6BBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAB2

Black with #6BBAB2

Text Example


Text Example

White with #6BBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,178); }

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

background-color css

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

 a { background-color: rgb(107,186,178); }

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

border-color css

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

 span { border-color: rgb(107,186,178); }

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