#106775

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

Shades of Blue Lagoon #106775

Tints of Blue Lagoon #106775

Color information

#106775 (or 0x106775) is unknown color: approx Blue Lagoon. HEX triplet: 10, 67 and 75. RGB value is (16,103,117). Sum of RGB (Red+Green+Blue) = 16+103+117=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #106775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106775 is #EF988A. Grayscale: #4E4E4E. Windows color (decimal): -15702155 or 7694096. OLE color: 7694096.

HSL color Cylindrical-coordinate representation of color #106775: hue angle of 188.32º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106775 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB16103117-
CMYK0.860.1200.54
HSL188.32º75.94%26.08%-
HSV(B)188.32º86.32%45.88%-
XYZ8.2711.118.54-
YUV78.58149.6883.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.78%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=6.78%
G=43.64%
B=49.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161031170.860.1200.54188.3275.9426.08
Hex10677556C036bc4c1a
Octal201471651261406627411432
Binary100001100111111010110101101100011011010111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106775; }

 p { color: rgb(16,103,117); }

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

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

 a { background-color: rgb(16,103,117); }

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

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

 span { border-color: rgb(16,103,117); }

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