#6BBDAE

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

Shades of Gulf Stream #6BBDAE

Tints of Gulf Stream #6BBDAE

Color information

#6BBDAE (or 0x6BBDAE) is unknown color: approx Gulf Stream. HEX triplet: 6B, BD and AE. RGB value is (107,189,174). Sum of RGB (Red+Green+Blue) = 107+189+174=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBDAE is #944251. Grayscale: #A2A2A2. Windows color (decimal): -9716306 or 11451755. OLE color: 11451755.

HSL color Cylindrical-coordinate representation of color #6BBDAE: hue angle of 169.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBDAE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB107189174-
CMYK0.4300.080.26
HSL169.02º38.32%58.04%-
HSV(B)169.02º43.39%74.12%-
XYZ31.942.5846.58-
YUV162.77134.3388.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.77%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=22.77%
G=40.21%
B=37.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891740.4300.080.26169.0238.3258.04
Hex6BBDAE2B081Aa9263a
Octal15327525653010322514672
Binary11010111011110110101110101011010001101010101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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