#6CBDAF

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

Shades of Gulf Stream #6CBDAF

Tints of Gulf Stream #6CBDAF

Color information

#6CBDAF (or 0x6CBDAF) is unknown color: approx Gulf Stream. HEX triplet: 6C, BD and AF. RGB value is (108,189,175). Sum of RGB (Red+Green+Blue) = 108+189+175=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDAF is #934250. Grayscale: #A3A3A3. Windows color (decimal): -9650769 or 11517292. OLE color: 11517292.

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

Color convert

RGB108189175-
CMYK0.4300.070.26
HSL169.63º38.03%58.24%-
HSV(B)169.63º42.86%74.12%-
XYZ32.1242.6847.1-
YUV163.18134.6688.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=22.88%
G=40.04%
B=37.08%

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
Decimal1081891750.4300.070.26169.6338.0358.24
Hex6CBDAF2B071Aaa263a
Octal1542752575307322524672
Binary1101100101111011010111110101101111101010101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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