Html Css Color HEX #6EB6B3 Tradewind

📋 copy color: '#6EB6B3'

red 110 ◦ green 182 ◦ blue 179

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

Shades of Tradewind #6EB6B3

Tints of Tradewind #6EB6B3

RGB

 RED value IS 110 (43.36% from 255) = 23.35%

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 179 (70.31% from 255) = 38%

R = 23.35%
G = 38.64%
B = 38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#6EB6B3 (or 0x6EB6B3) is known color: Tradewind. HEX triplet: 6E, B6 and B3. RGB value is (110,182,179). Sum of RGB (Red+Green+Blue) = 110+182+179=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #6EB6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB6B3 is #91494C. Grayscale: #A0A0A0. Windows color (decimal): -9521485 or 11777646. OLE color: 11777646.

HSL color Cylindrical-coordinate representation of color #6EB6B3: hue angle of 177.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB6B3 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 182 179 -
CMYK 0.40 0 0.02 0.29
HSL 177.5º 0.33% 0.57% -
HSV(B) 177.5º 0.4% 0.71% -
XYZ 31.3 40.03 48.72 -
YUV 160.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 110 182 179 0.40 0 0.02 0.29 177.5 0.33 0.57
Hex 6E B6 B3 28 0 2 1D B2 21 39
Octal 156 266 263 50 0 2 35 262 41 71
Binary 1101110 10110110 10110011 101000 0 10 11101 10110010 100001 111001

Color Harmonies of #6EB6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB6B3

Black with #6EB6B3

Text Example


Text Example

White with #6EB6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,182,179); }

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

background-color css

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

 a { background-color: rgb(110,182,179); }

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

border-color css

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

 span { border-color: rgb(110,182,179); }

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