Html Css Color HEX #6BACA1 Tradewind

📋 copy color: '#6BACA1'

red 107 ◦ green 172 ◦ blue 161

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

Shades of Tradewind #6BACA1

Tints of Tradewind #6BACA1

RGB

 RED value IS 107 (42.19% from 255) = 24.32%

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 24.32%
G = 39.09%
B = 36.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#6BACA1 (or 0x6BACA1) is known color: Tradewind. HEX triplet: 6B, AC and A1. RGB value is (107,172,161). Sum of RGB (Red+Green+Blue) = 107+172+161=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #6BACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BACA1 is #94535E. Grayscale: #979797. Windows color (decimal): -9720671 or 10595435. OLE color: 10595435.

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

Color convert

RGB 107 172 161 -
CMYK 0.38 0 0.06 0.33
HSL 169.85º 0.28% 0.55% -
HSV(B) 169.85º 0.38% 0.67% -
XYZ 27.25 35.2 39.08 -
YUV 151.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 107 172 161 0.38 0 0.06 0.33 169.85 0.28 0.55
Hex 6B AC A1 26 0 6 21 AA 1C 37
Octal 153 254 241 46 0 6 41 252 34 67
Binary 1101011 10101100 10100001 100110 0 110 100001 10101010 11100 110111

Color Harmonies of #6BACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACA1

Black with #6BACA1

Text Example


Text Example

White with #6BACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,161); }

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

background-color css

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

 a { background-color: rgb(107,172,161); }

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

border-color css

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

 span { border-color: rgb(107,172,161); }

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