Html Css Color HEX #6DBAB5 Tradewind

📋 copy color: '#6DBAB5'

red 109 ◦ green 186 ◦ blue 181

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

Shades of Tradewind #6DBAB5

Tints of Tradewind #6DBAB5

RGB

 RED value IS 109 (42.97% from 255) = 22.9%

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

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 22.9%
G = 39.08%
B = 38.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#6DBAB5 (or 0x6DBAB5) is known color: Tradewind. HEX triplet: 6D, BA and B5. RGB value is (109,186,181). Sum of RGB (Red+Green+Blue) = 109+186+181=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAB5 is #92454A. Grayscale: #A2A2A2. Windows color (decimal): -9585995 or 11909741. OLE color: 11909741.

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

Color convert

RGB 109 186 181 -
CMYK 0.41 0 0.03 0.27
HSL 176.1º 0.36% 0.58% -
HSV(B) 176.1º 0.41% 0.73% -
XYZ 32.21 41.71 50.07 -
YUV 162.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 109 186 181 0.41 0 0.03 0.27 176.1 0.36 0.58
Hex 6D BA B5 29 0 3 1B B0 24 3A
Octal 155 272 265 51 0 3 33 260 44 72
Binary 1101101 10111010 10110101 101001 0 11 11011 10110000 100100 111010

Color Harmonies of #6DBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAB5

Black with #6DBAB5

Text Example


Text Example

White with #6DBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,186,181); }

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

background-color css

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

 a { background-color: rgb(109,186,181); }

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

border-color css

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

 span { border-color: rgb(109,186,181); }

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