#6BB8BB

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

Shades of Fountain Blue #6BB8BB

Tints of Fountain Blue #6BB8BB

Color information

#6BB8BB (or 0x6BB8BB) is unknown color: approx Fountain Blue. HEX triplet: 6B, B8 and BB. RGB value is (107,184,187). Sum of RGB (Red+Green+Blue) = 107+184+187=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BB8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB8BB is #944744. Grayscale: #A1A1A1. Windows color (decimal): -9717573 or 12302443. OLE color: 12302443.

HSL color Cylindrical-coordinate representation of color #6BB8BB: hue angle of 182.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BB8BB is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107184187-
CMYK0.430.0200.27
HSL182.25º37.04%57.65%-
HSV(B)182.25º42.78%73.33%-
XYZ32.1740.9953.23-
YUV161.32142.4989.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=22.38%
G=38.49%
B=39.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071841870.430.0200.27182.2537.0457.65
Hex6BB8BB2B201Bb6253a
Octal1532702735320332664572
Binary110101110111000101110111010111001101110110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,184,187); }

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

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

 a { background-color: rgb(107,184,187); }

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

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

 span { border-color: rgb(107,184,187); }

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