#6BBBAF

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

Shades of Gulf Stream #6BBBAF

Tints of Gulf Stream #6BBBAF

Color information

#6BBBAF (or 0x6BBBAF) is unknown color: approx Gulf Stream. HEX triplet: 6B, BB and AF. RGB value is (107,187,175). Sum of RGB (Red+Green+Blue) = 107+187+175=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBBAF is #944450. Grayscale: #A1A1A1. Windows color (decimal): -9716817 or 11516779. OLE color: 11516779.

HSL color Cylindrical-coordinate representation of color #6BBBAF: hue angle of 171º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBBAF is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB107187175-
CMYK0.4300.060.27
HSL171º37.04%57.65%-
HSV(B)171º42.78%73.33%-
XYZ31.5741.7646.95-
YUV161.71135.588.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=22.81%
G=39.87%
B=37.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071871750.4300.060.2717137.0457.65
Hex6BBBAF2B061Bab253a
Octal1532732575306332534572
Binary1101011101110111010111110101101101101110101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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