Html Css Color HEX #6BA6A4 Tradewind

📋 copy color: '#6BA6A4'

red 107 ◦ green 166 ◦ blue 164

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

Shades of Tradewind #6BA6A4

Tints of Tradewind #6BA6A4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 24.49%
G = 37.99%
B = 37.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#6BA6A4 (or 0x6BA6A4) is known color: Tradewind. HEX triplet: 6B, A6 and A4. RGB value is (107,166,164). Sum of RGB (Red+Green+Blue) = 107+166+164=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA6A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA6A4 is #94595B. Grayscale: #949494. Windows color (decimal): -9722204 or 10790507. OLE color: 10790507.

HSL color Cylindrical-coordinate representation of color #6BA6A4: hue angle of 177.97º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA6A4 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 166 164 -
CMYK 0.36 0 0.01 0.35
HSL 177.97º 0.25% 0.54% -
HSV(B) 177.97º 0.36% 0.65% -
XYZ 26.4 33.08 40.12 -
YUV 148.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 107 166 164 0.36 0 0.01 0.35 177.97 0.25 0.54
Hex 6B A6 A4 24 0 1 23 B2 19 36
Octal 153 246 244 44 0 1 43 262 31 66
Binary 1101011 10100110 10100100 100100 0 1 100011 10110010 11001 110110

Color Harmonies of #6BA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA6A4

Black with #6BA6A4

Text Example


Text Example

White with #6BA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,166,164); }

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

background-color css

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

 a { background-color: rgb(107,166,164); }

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

border-color css

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

 span { border-color: rgb(107,166,164); }

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