Html Css Color HEX #6DB5B1 Tradewind

📋 copy color: '#6DB5B1'

red 109 ◦ green 181 ◦ blue 177

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

Shades of Tradewind #6DB5B1

Tints of Tradewind #6DB5B1

RGB

 RED value IS 109 (42.97% from 255) = 23.34%

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 23.34%
G = 38.76%
B = 37.9%

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

#6DB5B1 (or 0x6DB5B1) is known color: Tradewind. HEX triplet: 6D, B5 and B1. RGB value is (109,181,177). Sum of RGB (Red+Green+Blue) = 109+181+177=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5B1 is #924A4E. Grayscale: #9E9E9E. Windows color (decimal): -9587279 or 11646317. OLE color: 11646317.

HSL color Cylindrical-coordinate representation of color #6DB5B1: hue angle of 176.67º 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 #6DB5B1 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 181 177 -
CMYK 0.40 0 0.02 0.29
HSL 176.67º 0.33% 0.57% -
HSV(B) 176.67º 0.4% 0.71% -
XYZ 30.77 39.47 47.59 -
YUV 159.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 109 181 177 0.40 0 0.02 0.29 176.67 0.33 0.57
Hex 6D B5 B1 28 0 2 1D B1 21 39
Octal 155 265 261 50 0 2 35 261 41 71
Binary 1101101 10110101 10110001 101000 0 10 11101 10110001 100001 111001

Color Harmonies of #6DB5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB5B1

Black with #6DB5B1

Text Example


Text Example

White with #6DB5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,181,177); }

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

background-color css

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

 a { background-color: rgb(109,181,177); }

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

border-color css

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

 span { border-color: rgb(109,181,177); }

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