#10616C

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

Shades of Blue Lagoon #10616C

Tints of Blue Lagoon #10616C

Color information

#10616C (or 0x10616C) is unknown color: approx Blue Lagoon. HEX triplet: 10, 61 and 6C. RGB value is (16,97,108). Sum of RGB (Red+Green+Blue) = 16+97+108=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #10616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10616C is #EF9E93. Grayscale: #494949. Windows color (decimal): -15703700 or 7102736. OLE color: 7102736.

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

Color convert

RGB1697108-
CMYK0.850.1000.58
HSL187.17º74.19%24.31%-
HSV(B)187.17º85.19%42.35%-
XYZ7.29.7415.69-
YUV74.04147.1686.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=7.24%
G=43.89%
B=48.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16971080.850.1000.58187.1774.1924.31
Hex10616C55A03Abb4a18
Octal201411541251207227311230
Binary100001100001110110010101011010011101010111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10616C; }

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

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

<style>
 a { background-color: #10616C; }

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

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

<style>
 span { border-color: #10616C; }

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

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