#105F6E

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

Shades of Blue Lagoon #105F6E

Tints of Blue Lagoon #105F6E

Color information

#105F6E (or 0x105F6E) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5F and 6E. RGB value is (16,95,110). Sum of RGB (Red+Green+Blue) = 16+95+110=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #105F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F6E is #EFA091. Grayscale: #484848. Windows color (decimal): -15704210 or 7233296. OLE color: 7233296.

HSL color Cylindrical-coordinate representation of color #105F6E: hue angle of 189.57º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105F6E is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1695110-
CMYK0.850.1400.57
HSL189.57º74.6%24.71%-
HSV(B)189.57º85.45%43.14%-
XYZ7.129.4216.19-
YUV73.09148.8387.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=7.24%
G=42.99%
B=49.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16951100.850.1400.57189.5774.624.71
Hex105F6E55E039be4b19
Octal201371561251607127611331
Binary100001011111110111010101011110011100110111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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