#69B6BF

Color #69B6BF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #69B6BF

Tints of Fountain Blue #69B6BF

Color information

#69B6BF (or 0x69B6BF) is unknown color: approx Fountain Blue. HEX triplet: 69, B6 and BF. RGB value is (105,182,191). Sum of RGB (Red+Green+Blue) = 105+182+191=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #69B6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B6BF is #964940. Grayscale: #9F9F9F. Windows color (decimal): -9849153 or 12564073. OLE color: 12564073.

HSL color Cylindrical-coordinate representation of color #69B6BF: hue angle of 186.28º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69B6BF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105182191-
CMYK0.450.0500.25
HSL186.28º40.19%58.04%-
HSV(B)186.28º45.03%74.9%-
XYZ31.9640.2255.37-
YUV160145.4988.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 191 (75% from 255) = 39.96%
R=21.97%
G=38.08%
B=39.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051821910.450.0500.25186.2840.1958.04
Hex69B6BF2D5019ba283a
Octal1512662775550312725072
Binary1101001101101101011111110110110101100110111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B6BF; }

 p { color: rgb(105,182,191); }

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

<style>
 a { background-color: #69B6BF; }

 a { background-color: rgb(105,182,191); }

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

<style>
 span { border-color: #69B6BF; }

 span { border-color: rgb(105,182,191); }

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