#0A6468

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

Shades of Blue Lagoon #0A6468

Tints of Blue Lagoon #0A6468

Color information

#0A6468 (or 0x0A6468) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 64 and 68. RGB value is (10,100,104). Sum of RGB (Red+Green+Blue) = 10+100+104=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A6468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6468 is #F59B97. Grayscale: #494949. Windows color (decimal): -16096152 or 6841354. OLE color: 6841354.

HSL color Cylindrical-coordinate representation of color #0A6468: hue angle of 182.55º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6468 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10100104-
CMYK0.900.0400.59
HSL182.55º82.46%22.35%-
HSV(B)182.55º90.38%40.78%-
XYZ7.1810.1814.68-
YUV73.55145.1882.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=4.67%
G=46.73%
B=48.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101001040.900.0400.59182.5582.4622.35
HexA64685A403Bb75216
Octal12144150132407326712226
Binary1010110010011010001011010100011101110110111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,100,104); }

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

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

 a { background-color: rgb(10,100,104); }

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

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

 span { border-color: rgb(10,100,104); }

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