#105F6C

Color #105F6C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #105F6C

Tints of Blue Lagoon #105F6C

Color information

#105F6C (or 0x105F6C) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5F and 6C. RGB value is (16,95,108). Sum of RGB (Red+Green+Blue) = 16+95+108=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #105F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F6C is #EFA093. Grayscale: #484848. Windows color (decimal): -15704212 or 7102224. OLE color: 7102224.

HSL color Cylindrical-coordinate representation of color #105F6C: hue angle of 188.48º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105F6C is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1695108-
CMYK0.850.1200.58
HSL188.48º74.19%24.31%-
HSV(B)188.48º85.19%42.35%-
XYZ7.019.3815.63-
YUV72.86147.8387.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=7.31%
G=43.38%
B=49.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16951080.850.1200.58188.4874.1924.31
Hex105F6C55C03Abc4a18
Octal201371541251407227411230
Binary100001011111110110010101011100011101010111100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105F6C; }

 p { color: rgb(16,95,108); }

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

<style>
 a { background-color: #105F6C; }

 a { background-color: rgb(16,95,108); }

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

<style>
 span { border-color: #105F6C; }

 span { border-color: rgb(16,95,108); }

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