#6BAEB2

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

Shades of Fountain Blue #6BAEB2

Tints of Fountain Blue #6BAEB2

Color information

#6BAEB2 (or 0x6BAEB2) is unknown color: approx Fountain Blue. HEX triplet: 6B, AE and B2. RGB value is (107,174,178). Sum of RGB (Red+Green+Blue) = 107+174+178=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #6BAEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEB2 is #94514D. Grayscale: #9A9A9A. Windows color (decimal): -9720142 or 11710059. OLE color: 11710059.

HSL color Cylindrical-coordinate representation of color #6BAEB2: hue angle of 183.38º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BAEB2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB107174178-
CMYK0.400.0200.30
HSL183.38º31.56%55.88%-
HSV(B)183.38º39.89%69.8%-
XYZ29.2436.6147.65-
YUV154.42141.394.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.31%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=23.31%
G=37.91%
B=38.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071741780.400.0200.30183.3831.5655.88
Hex6BAEB228201Eb72038
Octal1532562625020362674070
Binary110101110101110101100101010001001111010110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,174,178); }

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

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

 a { background-color: rgb(107,174,178); }

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

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

 span { border-color: rgb(107,174,178); }

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