Html Css Color HEX #6CB4AD Tradewind

📋 copy color: '#6CB4AD'

red 108 ◦ green 180 ◦ blue 173

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

Shades of Tradewind #6CB4AD

Tints of Tradewind #6CB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

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

R = 23.43%
G = 39.05%
B = 37.53%

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

#6CB4AD (or 0x6CB4AD) is known color: Tradewind. HEX triplet: 6C, B4 and AD. RGB value is (108,180,173). Sum of RGB (Red+Green+Blue) = 108+180+173=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB4AD is #934B52. Grayscale: #9D9D9D. Windows color (decimal): -9653075 or 11383916. OLE color: 11383916.

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

Color convert

RGB 108 180 173 -
CMYK 0.40 0 0.04 0.29
HSL 174.17º 0.32% 0.56% -
HSV(B) 174.17º 0.4% 0.71% -
XYZ 30.05 38.85 45.45 -
YUV 157.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 108 180 173 0.40 0 0.04 0.29 174.17 0.32 0.56
Hex 6C B4 AD 28 0 4 1D AE 20 38
Octal 154 264 255 50 0 4 35 256 40 70
Binary 1101100 10110100 10101101 101000 0 100 11101 10101110 100000 111000

Color Harmonies of #6CB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4AD

Black with #6CB4AD

Text Example


Text Example

White with #6CB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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