#6CAAB8

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

Shades of Fountain Blue #6CAAB8

Tints of Fountain Blue #6CAAB8

Color information

#6CAAB8 (or 0x6CAAB8) is unknown color: approx Fountain Blue. HEX triplet: 6C, AA and B8. RGB value is (108,170,184). Sum of RGB (Red+Green+Blue) = 108+170+184=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #6CAAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAAB8 is #935547. Grayscale: #989898. Windows color (decimal): -9655624 or 12102252. OLE color: 12102252.

HSL color Cylindrical-coordinate representation of color #6CAAB8: hue angle of 191.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CAAB8 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB108170184-
CMYK0.410.0800.28
HSL191.05º34.86%57.25%-
HSV(B)191.05º41.3%72.16%-
XYZ29.2135.450.64-
YUV153.06145.4695.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.38%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=23.38%
G=36.80%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081701840.410.0800.28191.0534.8657.25
Hex6CAAB829801Cbf2339
Octal15425227051100342774371
Binary11011001010101010111000101001100001110010111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,184); }

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

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

 a { background-color: rgb(108,170,184); }

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

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

 span { border-color: rgb(108,170,184); }

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