#6CBDBE

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

Shades of Fountain Blue #6CBDBE

Tints of Fountain Blue #6CBDBE

Color information

#6CBDBE (or 0x6CBDBE) is unknown color: approx Fountain Blue. HEX triplet: 6C, BD and BE. RGB value is (108,189,190). Sum of RGB (Red+Green+Blue) = 108+189+190=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDBE is #934241. Grayscale: #A4A4A4. Windows color (decimal): -9650754 or 12500332. OLE color: 12500332.

HSL color Cylindrical-coordinate representation of color #6CBDBE: hue angle of 180.73º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBDBE is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108189190-
CMYK0.430.0100.25
HSL180.73º38.68%58.43%-
HSV(B)180.73º43.16%74.51%-
XYZ33.6843.355.3-
YUV164.9142.1687.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=22.18%
G=38.81%
B=39.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081891900.430.0100.25180.7338.6858.43
Hex6CBDBE2B1019b5273a
Octal1542752765310312654772
Binary11011001011110110111110101011101100110110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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