#0C6068

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

Shades of Blue Lagoon #0C6068

Tints of Blue Lagoon #0C6068

Color information

#0C6068 (or 0x0C6068) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 60 and 68. RGB value is (12,96,104). Sum of RGB (Red+Green+Blue) = 12+96+104=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C6068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6068 is #F39F97. Grayscale: #474747. Windows color (decimal): -15966104 or 6840332. OLE color: 6840332.

HSL color Cylindrical-coordinate representation of color #0C6068: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6068 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1296104-
CMYK0.880.0800.59
HSL185.22º79.31%22.75%-
HSV(B)185.22º88.46%40.78%-
XYZ6.839.4414.56-
YUV71.8146.1785.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=5.66%
G=45.28%
B=49.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12961040.880.0800.59185.2279.3122.75
HexC606858803Bb94f17
Octal141401501301007327111727
Binary11001100000110100010110001000011101110111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6068; }

 p { color: rgb(12,96,104); }

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

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

 a { background-color: rgb(12,96,104); }

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

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

 span { border-color: rgb(12,96,104); }

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