Html Css Color HEX #6BA599 Tradewind

📋 copy color: '#6BA599'

red 107 ◦ green 165 ◦ blue 153

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

Shades of Tradewind #6BA599

Tints of Tradewind #6BA599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

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

R = 25.18%
G = 38.82%
B = 36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#6BA599 (or 0x6BA599) is known color: Tradewind. HEX triplet: 6B, A5 and 99. RGB value is (107,165,153). Sum of RGB (Red+Green+Blue) = 107+165+153=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA599 is #945A66. Grayscale: #929292. Windows color (decimal): -9722471 or 10069355. OLE color: 10069355.

HSL color Cylindrical-coordinate representation of color #6BA599: hue angle of 167.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA599 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 165 153 -
CMYK 0.35 0 0.07 0.35
HSL 167.59º 0.24% 0.53% -
HSV(B) 167.59º 0.35% 0.65% -
XYZ 25.27 32.34 35.05 -
YUV 146.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 107 165 153 0.35 0 0.07 0.35 167.59 0.24 0.53
Hex 6B A5 99 23 0 7 23 A8 18 35
Octal 153 245 231 43 0 7 43 250 30 65
Binary 1101011 10100101 10011001 100011 0 111 100011 10101000 11000 110101

Color Harmonies of #6BA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA599

Black with #6BA599

Text Example


Text Example

White with #6BA599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,165,153); }

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

background-color css

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

 a { background-color: rgb(107,165,153); }

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

border-color css

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

 span { border-color: rgb(107,165,153); }

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