Html Css Color HEX #6CB5AD Tradewind

📋 copy color: '#6CB5AD'

red 108 ◦ green 181 ◦ blue 173

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

Shades of Tradewind #6CB5AD

Tints of Tradewind #6CB5AD

RGB

 RED value IS 108 (42.58% from 255) = 23.38%

 GREEN value IS 181 (71.09% from 255) = 39.18%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 23.38%
G = 39.18%
B = 37.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#6CB5AD (or 0x6CB5AD) is known color: Tradewind. HEX triplet: 6C, B5 and AD. RGB value is (108,181,173). Sum of RGB (Red+Green+Blue) = 108+181+173=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5AD is #934A52. Grayscale: #9E9E9E. Windows color (decimal): -9652819 or 11384172. OLE color: 11384172.

HSL color Cylindrical-coordinate representation of color #6CB5AD: hue angle of 173.42º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB5AD is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 181 173 -
CMYK 0.40 0 0.04 0.29
HSL 173.42º 0.33% 0.57% -
HSV(B) 173.42º 0.4% 0.71% -
XYZ 30.25 39.25 45.52 -
YUV 158.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 108 181 173 0.40 0 0.04 0.29 173.42 0.33 0.57
Hex 6C B5 AD 28 0 4 1D AD 21 39
Octal 154 265 255 50 0 4 35 255 41 71
Binary 1101100 10110101 10101101 101000 0 100 11101 10101101 100001 111001

Color Harmonies of #6CB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB5AD

Black with #6CB5AD

Text Example


Text Example

White with #6CB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,181,173); }

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

background-color css

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

 a { background-color: rgb(108,181,173); }

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

border-color css

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

 span { border-color: rgb(108,181,173); }

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