#6BBDAF

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

Shades of Gulf Stream #6BBDAF

Tints of Gulf Stream #6BBDAF

Color information

#6BBDAF (or 0x6BBDAF) is unknown color: approx Gulf Stream. HEX triplet: 6B, BD and AF. RGB value is (107,189,175). Sum of RGB (Red+Green+Blue) = 107+189+175=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBDAF is #944250. Grayscale: #A2A2A2. Windows color (decimal): -9716305 or 11517291. OLE color: 11517291.

HSL color Cylindrical-coordinate representation of color #6BBDAF: hue angle of 169.76º 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 #6BBDAF is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB107189175-
CMYK0.4300.070.26
HSL169.76º38.32%58.04%-
HSV(B)169.76º43.39%74.12%-
XYZ3242.6247.1-
YUV162.89134.8388.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=22.72%
G=40.13%
B=37.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891750.4300.070.26169.7638.3258.04
Hex6BBDAF2B071Aaa263a
Octal1532752575307322524672
Binary1101011101111011010111110101101111101010101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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