#65A7B6

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

Shades of Fountain Blue #65A7B6

Tints of Fountain Blue #65A7B6

Color information

#65A7B6 (or 0x65A7B6) is unknown color: approx Fountain Blue. HEX triplet: 65, A7 and B6. RGB value is (101,167,182). Sum of RGB (Red+Green+Blue) = 101+167+182=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #65A7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A7B6 is #9A5849. Grayscale: #949494. Windows color (decimal): -10115146 or 11970405. OLE color: 11970405.

HSL color Cylindrical-coordinate representation of color #65A7B6: hue angle of 191.11º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65A7B6 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101167182-
CMYK0.450.0800.29
HSL191.11º35.68%55.49%-
HSV(B)191.11º44.51%71.37%-
XYZ27.6333.7849.32-
YUV148.98146.6393.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.44%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=22.44%
G=37.11%
B=40.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011671820.450.0800.29191.1135.6855.49
Hex65A7B62D801Dbf2437
Octal14524726655100352774467
Binary11001011010011110110110101101100001110110111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A7B6; }

 p { color: rgb(101,167,182); }

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

<style>
 a { background-color: #65A7B6; }

 a { background-color: rgb(101,167,182); }

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

<style>
 span { border-color: #65A7B6; }

 span { border-color: rgb(101,167,182); }

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