Html Css Color HEX #6BA198 Tradewind

📋 copy color: '#6BA198'

red 107 ◦ green 161 ◦ blue 152

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

Shades of Tradewind #6BA198

Tints of Tradewind #6BA198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 25.48%
G = 38.33%
B = 36.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#6BA198 (or 0x6BA198) is known color: Tradewind. HEX triplet: 6B, A1 and 98. RGB value is (107,161,152). Sum of RGB (Red+Green+Blue) = 107+161+152=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA198 is #945E67. Grayscale: #8F8F8F. Windows color (decimal): -9723496 or 10002795. OLE color: 10002795.

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

Color convert

RGB 107 161 152 -
CMYK 0.34 0 0.06 0.37
HSL 170º 0.22% 0.53% -
HSV(B) 170º 0.34% 0.63% -
XYZ 24.48 30.88 34.38 -
YUV 143.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 107 161 152 0.34 0 0.06 0.37 170 0.22 0.53
Hex 6B A1 98 22 0 6 25 AA 16 35
Octal 153 241 230 42 0 6 45 252 26 65
Binary 1101011 10100001 10011000 100010 0 110 100101 10101010 10110 110101

Color Harmonies of #6BA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA198

Black with #6BA198

Text Example


Text Example

White with #6BA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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