#67A8B9

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

Shades of Fountain Blue #67A8B9

Tints of Fountain Blue #67A8B9

Color information

#67A8B9 (or 0x67A8B9) is unknown color: approx Fountain Blue. HEX triplet: 67, A8 and B9. RGB value is (103,168,185). Sum of RGB (Red+Green+Blue) = 103+168+185=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #67A8B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8B9 is #985746. Grayscale: #969696. Windows color (decimal): -9983815 or 12167271. OLE color: 12167271.

HSL color Cylindrical-coordinate representation of color #67A8B9: hue angle of 192.44º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67A8B9 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103168185-
CMYK0.440.0900.27
HSL192.44º36.94%56.47%-
HSV(B)192.44º44.32%72.55%-
XYZ28.3534.3951.04-
YUV150.5147.4794.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.59%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=22.59%
G=36.84%
B=40.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031681850.440.0900.27192.4436.9456.47
Hex67A8B92C901Bc02538
Octal14725027154110333004570
Binary11001111010100010111001101100100101101111000000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A8B9; }

 p { color: rgb(103,168,185); }

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

<style>
 a { background-color: #67A8B9; }

 a { background-color: rgb(103,168,185); }

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

<style>
 span { border-color: #67A8B9; }

 span { border-color: rgb(103,168,185); }

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