Html Css Color HEX #0A6068 Blue Lagoon

📋 copy color: '#0A6068'

red 10 ◦ green 96 ◦ blue 104

#0A6068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0A6068

Tints of Blue Lagoon #0A6068

RGB

 RED value IS 10 (4.3% from 255) = 4.76%

 GREEN value IS 96 (37.89% from 255) = 45.71%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 4.76%
G = 45.71%
B = 49.52%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A6068 (or 0x0A6068) is known color: Blue Lagoon. HEX triplet: 0A, 60 and 68. RGB value is (10,96,104). Sum of RGB (Red+Green+Blue) = 10+96+104=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A6068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6068 is #F59F97. Grayscale: #474747. Windows color (decimal): -16097176 or 6840330. OLE color: 6840330.

HSL color Cylindrical-coordinate representation of color #0A6068: hue angle of 185.11º 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 #0A6068 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 96 104 -
CMYK 0.90 0.08 0 0.59
HSL 185.11º 0.82% 0.22% -
HSV(B) 185.11º 0.9% 0.41% -
XYZ 6.81 9.43 14.56 -
YUV 71.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 10 96 104 0.90 0.08 0 0.59 185.11 0.82 0.22
Hex A 60 68 5A 8 0 3B B9 52 16
Octal 12 140 150 132 10 0 73 271 122 26
Binary 1010 1100000 1101000 1011010 1000 0 111011 10111001 1010010 10110

Color Harmonies of #0A6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6068

Black with #0A6068

Text Example


Text Example

White with #0A6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A6068;
 }
 .AnyTagClassName
 {
   color: #0A6068;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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