#105B6C

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

Shades of Blue Lagoon #105B6C

Tints of Blue Lagoon #105B6C

Color information

#105B6C (or 0x105B6C) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5B and 6C. RGB value is (16,91,108). Sum of RGB (Red+Green+Blue) = 16+91+108=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #105B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B6C is #EFA493. Grayscale: #464646. Windows color (decimal): -15705236 or 7101200. OLE color: 7101200.

HSL color Cylindrical-coordinate representation of color #105B6C: hue angle of 191.09º 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 #105B6C is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1691108-
CMYK0.850.1600.58
HSL191.09º74.19%24.31%-
HSV(B)191.09º85.19%42.35%-
XYZ6.668.6815.51-
YUV70.51149.1589.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=7.44%
G=42.33%
B=50.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16911080.850.1600.58191.0974.1924.31
Hex105B6C551003Abf4a18
Octal201331541252007227711230
Binary1000010110111101100101010110000011101010111111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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