#10606C

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

Shades of Blue Lagoon #10606C

Tints of Blue Lagoon #10606C

Color information

#10606C (or 0x10606C) is unknown color: approx Blue Lagoon. HEX triplet: 10, 60 and 6C. RGB value is (16,96,108). Sum of RGB (Red+Green+Blue) = 16+96+108=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #10606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10606C is #EF9F93. Grayscale: #494949. Windows color (decimal): -15703956 or 7102480. OLE color: 7102480.

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

Color convert

RGB1696108-
CMYK0.850.1100.58
HSL187.83º74.19%24.31%-
HSV(B)187.83º85.19%42.35%-
XYZ7.19.5615.66-
YUV73.45147.587.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=7.27%
G=43.64%
B=49.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16961080.850.1100.58187.8374.1924.31
Hex10606C55B03Abc4a18
Octal201401541251307227411230
Binary100001100000110110010101011011011101010111100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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