#6CB7AF

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

Shades of Tradewind #6CB7AF

Tints of Tradewind #6CB7AF

Color information

#6CB7AF (or 0x6CB7AF) is unknown color: approx Tradewind. HEX triplet: 6C, B7 and AF. RGB value is (108,183,175). Sum of RGB (Red+Green+Blue) = 108+183+175=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB7AF is #934850. Grayscale: #9F9F9F. Windows color (decimal): -9652305 or 11515756. OLE color: 11515756.

HSL color Cylindrical-coordinate representation of color #6CB7AF: hue angle of 173.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB7AF is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB108183175-
CMYK0.4100.040.28
HSL173.6º34.25%57.06%-
HSV(B)173.6º40.98%71.76%-
XYZ30.8640.1546.68-
YUV159.66136.6591.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=23.18%
G=39.27%
B=37.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081831750.4100.040.28173.634.2557.06
Hex6CB7AF29041Cae2239
Octal1542672575104342564271
Binary1101100101101111010111110100101001110010101110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,183,175); }

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

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

 a { background-color: rgb(108,183,175); }

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

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

 span { border-color: rgb(108,183,175); }

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