Html Css Color HEX #6CADA1 Tradewind

📋 copy color: '#6CADA1'

red 108 ◦ green 173 ◦ blue 161

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

Shades of Tradewind #6CADA1

Tints of Tradewind #6CADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 24.43%
G = 39.14%
B = 36.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#6CADA1 (or 0x6CADA1) is known color: Tradewind. HEX triplet: 6C, AD and A1. RGB value is (108,173,161). Sum of RGB (Red+Green+Blue) = 108+173+161=442 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.43% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #6CADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADA1 is #93525E. Grayscale: #989898. Windows color (decimal): -9654879 or 10595692. OLE color: 10595692.

HSL color Cylindrical-coordinate representation of color #6CADA1: hue angle of 168.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CADA1 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 173 161 -
CMYK 0.38 0 0.07 0.32
HSL 168.92º 0.28% 0.55% -
HSV(B) 168.92º 0.38% 0.68% -
XYZ 27.56 35.65 39.15 -
YUV 152.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 108 173 161 0.38 0 0.07 0.32 168.92 0.28 0.55
Hex 6C AD A1 26 0 7 20 A9 1C 37
Octal 154 255 241 46 0 7 40 251 34 67
Binary 1101100 10101101 10100001 100110 0 111 100000 10101001 11100 110111

Color Harmonies of #6CADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CADA1

Black with #6CADA1

Text Example


Text Example

White with #6CADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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