#6BAFAA

Color #6BAFAA Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #6BAFAA

Tints of Tradewind #6BAFAA

Color information

#6BAFAA (or 0x6BAFAA) is unknown color: approx Tradewind. HEX triplet: 6B, AF and AA. RGB value is (107,175,170). Sum of RGB (Red+Green+Blue) = 107+175+170=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAFAA is #945055. Grayscale: #9A9A9A. Windows color (decimal): -9719894 or 11186027. OLE color: 11186027.

HSL color Cylindrical-coordinate representation of color #6BAFAA: hue angle of 175.59º 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 #6BAFAA is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB107175170-
CMYK0.3900.030.31
HSL175.59º29.82%55.29%-
HSV(B)175.59º38.86%68.63%-
XYZ28.6536.6943.6-
YUV154.1136.9794.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.67%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=23.67%
G=38.72%
B=37.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751700.3900.030.31175.5929.8255.29
Hex6BAFAA27031Fb01e37
Octal1532572524703372603667
Binary11010111010111110101010100111011111111011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,170); }

 H1.HeaderClassName
 {
   color: #6BAFAA;
 }
 .AnyTagClassName
 {
   color: #6BAFAA;
 }
</style>
background-color css

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

 a { background-color: rgb(107,175,170); }

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

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

 span { border-color: rgb(107,175,170); }

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