#6BBDA7

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

Shades of Gulf Stream #6BBDA7

Tints of Gulf Stream #6BBDA7

Color information

#6BBDA7 (or 0x6BBDA7) is unknown color: approx Gulf Stream. HEX triplet: 6B, BD and A7. RGB value is (107,189,167). Sum of RGB (Red+Green+Blue) = 107+189+167=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBDA7 is #944258. Grayscale: #A1A1A1. Windows color (decimal): -9716313 or 10993003. OLE color: 10993003.

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

Color convert

RGB107189167-
CMYK0.4300.120.26
HSL163.9º38.32%58.04%-
HSV(B)163.9º43.39%74.12%-
XYZ31.2442.3143.08-
YUV161.97130.8388.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.11%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=23.11%
G=40.82%
B=36.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891670.4300.120.26163.938.3258.04
Hex6BBDA72B0C1Aa4263a
Octal15327524753014322444672
Binary11010111011110110100111101011011001101010100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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