Html Css Color HEX #6BBAB0 Tradewind

📋 copy color: '#6BBAB0'

red 107 ◦ green 186 ◦ blue 176

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

Shades of Tradewind #6BBAB0

Tints of Tradewind #6BBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 22.81%
G = 39.66%
B = 37.53%

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

#6BBAB0 (or 0x6BBAB0) is known color: Tradewind. HEX triplet: 6B, BA and B0. RGB value is (107,186,176). Sum of RGB (Red+Green+Blue) = 107+186+176=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAB0 is #94454F. Grayscale: #A1A1A1. Windows color (decimal): -9717072 or 11582059. OLE color: 11582059.

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

Color convert

RGB 107 186 176 -
CMYK 0.42 0 0.05 0.27
HSL 172.41º 0.36% 0.57% -
HSV(B) 172.41º 0.42% 0.73% -
XYZ 31.46 41.38 47.4 -
YUV 161.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 107 186 176 0.42 0 0.05 0.27 172.41 0.36 0.57
Hex 6B BA B0 2A 0 5 1B AC 24 39
Octal 153 272 260 52 0 5 33 254 44 71
Binary 1101011 10111010 10110000 101010 0 101 11011 10101100 100100 111001

Color Harmonies of #6BBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAB0

Black with #6BBAB0

Text Example


Text Example

White with #6BBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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