Html Css Color HEX #6BB0AB Tradewind

📋 copy color: '#6BB0AB'

red 107 ◦ green 176 ◦ blue 171

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

Shades of Tradewind #6BB0AB

Tints of Tradewind #6BB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

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

R = 23.57%
G = 38.77%
B = 37.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#6BB0AB (or 0x6BB0AB) is known color: Tradewind. HEX triplet: 6B, B0 and AB. RGB value is (107,176,171). Sum of RGB (Red+Green+Blue) = 107+176+171=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB0AB is #944F54. Grayscale: #9A9A9A. Windows color (decimal): -9719637 or 11251819. OLE color: 11251819.

HSL color Cylindrical-coordinate representation of color #6BB0AB: hue angle of 175.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB0AB is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 171 -
CMYK 0.39 0 0.03 0.31
HSL 175.65º 0.3% 0.55% -
HSV(B) 175.65º 0.39% 0.69% -
XYZ 28.94 37.12 44.17 -
YUV 154.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 107 176 171 0.39 0 0.03 0.31 175.65 0.3 0.55
Hex 6B B0 AB 27 0 3 1F B0 1E 37
Octal 153 260 253 47 0 3 37 260 36 67
Binary 1101011 10110000 10101011 100111 0 11 11111 10110000 11110 110111

Color Harmonies of #6BB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0AB

Black with #6BB0AB

Text Example


Text Example

White with #6BB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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