Html Css Color HEX #6CA199 Tradewind

📋 copy color: '#6CA199'

red 108 ◦ green 161 ◦ blue 153

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

Shades of Tradewind #6CA199

Tints of Tradewind #6CA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 25.59%
G = 38.15%
B = 36.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#6CA199 (or 0x6CA199) is known color: Tradewind. HEX triplet: 6C, A1 and 99. RGB value is (108,161,153). Sum of RGB (Red+Green+Blue) = 108+161+153=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA199 is #935E66. Grayscale: #909090. Windows color (decimal): -9657959 or 10068332. OLE color: 10068332.

HSL color Cylindrical-coordinate representation of color #6CA199: hue angle of 170.94º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA199 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 153 -
CMYK 0.33 0 0.05 0.37
HSL 170.94º 0.22% 0.53% -
HSV(B) 170.94º 0.33% 0.63% -
XYZ 24.68 30.98 34.82 -
YUV 144.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 108 161 153 0.33 0 0.05 0.37 170.94 0.22 0.53
Hex 6C A1 99 21 0 5 25 AB 16 35
Octal 154 241 231 41 0 5 45 253 26 65
Binary 1101100 10100001 10011001 100001 0 101 100101 10101011 10110 110101

Color Harmonies of #6CA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA199

Black with #6CA199

Text Example


Text Example

White with #6CA199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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