#6BBDC0

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

Shades of Fountain Blue #6BBDC0

Tints of Fountain Blue #6BBDC0

Color information

#6BBDC0 (or 0x6BBDC0) is unknown color: approx Fountain Blue. HEX triplet: 6B, BD and C0. RGB value is (107,189,192). Sum of RGB (Red+Green+Blue) = 107+189+192=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #6BBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDC0 is #94423F. Grayscale: #A4A4A4. Windows color (decimal): -9716288 or 12631403. OLE color: 12631403.

HSL color Cylindrical-coordinate representation of color #6BBDC0: hue angle of 182.12º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBDC0 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107189192-
CMYK0.440.0200.25
HSL182.12º40.28%58.63%-
HSV(B)182.12º44.27%75.29%-
XYZ33.7843.3356.45-
YUV164.82143.3386.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.93%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=21.93%
G=38.73%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071891920.440.0200.25182.1240.2858.63
Hex6BBDC02C2019b6283b
Octal1532753005420312665073
Binary110101110111101110000001011001001100110110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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