Html Css Color HEX #6BBAB1 Tradewind

📋 copy color: '#6BBAB1'

red 107 ◦ green 186 ◦ blue 177

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

Shades of Tradewind #6BBAB1

Tints of Tradewind #6BBAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 22.77%
G = 39.57%
B = 37.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#6BBAB1 (or 0x6BBAB1) is known color: Tradewind. HEX triplet: 6B, BA and B1. RGB value is (107,186,177). Sum of RGB (Red+Green+Blue) = 107+186+177=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAB1 is #94454E. Grayscale: #A1A1A1. Windows color (decimal): -9717071 or 11647595. OLE color: 11647595.

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

Color convert

RGB 107 186 177 -
CMYK 0.42 0 0.05 0.27
HSL 173.16º 0.36% 0.57% -
HSV(B) 173.16º 0.42% 0.73% -
XYZ 31.56 41.42 47.93 -
YUV 161.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 107 186 177 0.42 0 0.05 0.27 173.16 0.36 0.57
Hex 6B BA B1 2A 0 5 1B AD 24 39
Octal 153 272 261 52 0 5 33 255 44 71
Binary 1101011 10111010 10110001 101010 0 101 11011 10101101 100100 111001

Color Harmonies of #6BBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAB1

Black with #6BBAB1

Text Example


Text Example

White with #6BBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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