Html Css Color HEX #6BA498 Tradewind

📋 copy color: '#6BA498'

red 107 ◦ green 164 ◦ blue 152

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

Shades of Tradewind #6BA498

Tints of Tradewind #6BA498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 25.3%
G = 38.77%
B = 35.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#6BA498 (or 0x6BA498) is known color: Tradewind. HEX triplet: 6B, A4 and 98. RGB value is (107,164,152). Sum of RGB (Red+Green+Blue) = 107+164+152=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA498 is #945B67. Grayscale: #919191. Windows color (decimal): -9722728 or 10003563. OLE color: 10003563.

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

Color convert

RGB 107 164 152 -
CMYK 0.35 0 0.07 0.36
HSL 167.37º 0.24% 0.53% -
HSV(B) 167.37º 0.35% 0.64% -
XYZ 25.01 31.94 34.55 -
YUV 145.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 107 164 152 0.35 0 0.07 0.36 167.37 0.24 0.53
Hex 6B A4 98 23 0 7 24 A7 18 35
Octal 153 244 230 43 0 7 44 247 30 65
Binary 1101011 10100100 10011000 100011 0 111 100100 10100111 11000 110101

Color Harmonies of #6BA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA498

Black with #6BA498

Text Example


Text Example

White with #6BA498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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