Html Css Color HEX #6BB0AE Tradewind

📋 copy color: '#6BB0AE'

red 107 ◦ green 176 ◦ blue 174

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

Shades of Tradewind #6BB0AE

Tints of Tradewind #6BB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 23.41%
G = 38.51%
B = 38.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#6BB0AE (or 0x6BB0AE) is known color: Tradewind. HEX triplet: 6B, B0 and AE. RGB value is (107,176,174). Sum of RGB (Red+Green+Blue) = 107+176+174=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB0AE is #944F51. Grayscale: #9B9B9B. Windows color (decimal): -9719634 or 11448427. OLE color: 11448427.

HSL color Cylindrical-coordinate representation of color #6BB0AE: hue angle of 178.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB0AE is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 174 -
CMYK 0.39 0 0.01 0.31
HSL 178.26º 0.3% 0.55% -
HSV(B) 178.26º 0.39% 0.69% -
XYZ 29.23 37.23 45.69 -
YUV 155.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 107 176 174 0.39 0 0.01 0.31 178.26 0.3 0.55
Hex 6B B0 AE 27 0 1 1F B2 1E 37
Octal 153 260 256 47 0 1 37 262 36 67
Binary 1101011 10110000 10101110 100111 0 1 11111 10110010 11110 110111

Color Harmonies of #6BB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0AE

Black with #6BB0AE

Text Example


Text Example

White with #6BB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,176,174); }

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

background-color css

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

 a { background-color: rgb(107,176,174); }

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

border-color css

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

 span { border-color: rgb(107,176,174); }

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