Html Css Color HEX #6AB2A3 Tradewind

📋 copy color: '#6AB2A3'

red 106 ◦ green 178 ◦ blue 163

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

Shades of Tradewind #6AB2A3

Tints of Tradewind #6AB2A3

RGB

 RED value IS 106 (41.8% from 255) = 23.71%

 GREEN value IS 178 (69.92% from 255) = 39.82%

 BLUE value IS 163 (64.06% from 255) = 36.47%

R = 23.71%
G = 39.82%
B = 36.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#6AB2A3 (or 0x6AB2A3) is known color: Tradewind. HEX triplet: 6A, B2 and A3. RGB value is (106,178,163). Sum of RGB (Red+Green+Blue) = 106+178+163=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB2A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB2A3 is #954D5C. Grayscale: #9A9A9A. Windows color (decimal): -9784669 or 10728042. OLE color: 10728042.

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

Color convert

RGB 106 178 163 -
CMYK 0.40 0 0.08 0.30
HSL 167.5º 0.32% 0.56% -
HSV(B) 167.5º 0.4% 0.7% -
XYZ 28.48 37.55 40.4 -
YUV 154.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 106 178 163 0.40 0 0.08 0.30 167.5 0.32 0.56
Hex 6A B2 A3 28 0 8 1E A8 20 38
Octal 152 262 243 50 0 10 36 250 40 70
Binary 1101010 10110010 10100011 101000 0 1000 11110 10101000 100000 111000

Color Harmonies of #6AB2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB2A3

Black with #6AB2A3

Text Example


Text Example

White with #6AB2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,178,163); }

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

background-color css

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

 a { background-color: rgb(106,178,163); }

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

border-color css

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

 span { border-color: rgb(106,178,163); }

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