Html Css Color HEX #0A6069 Blue Lagoon

📋 copy color: '#0A6069'

red 10 ◦ green 96 ◦ blue 105

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

Shades of Blue Lagoon #0A6069

Tints of Blue Lagoon #0A6069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 4.74%
G = 45.5%
B = 49.76%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A6069 (or 0x0A6069) is known color: Blue Lagoon. HEX triplet: 0A, 60 and 69. RGB value is (10,96,105). Sum of RGB (Red+Green+Blue) = 10+96+105=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A6069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6069 is #F59F96. Grayscale: #474747. Windows color (decimal): -16097175 or 6905866. OLE color: 6905866.

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

Color convert

RGB 10 96 105 -
CMYK 0.90 0.09 0 0.59
HSL 185.68º 0.83% 0.23% -
HSV(B) 185.68º 0.9% 0.41% -
XYZ 6.86 9.45 14.83 -
YUV 71.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 10 96 105 0.90 0.09 0 0.59 185.68 0.83 0.23
Hex A 60 69 5A 9 0 3B BA 53 17
Octal 12 140 151 132 11 0 73 272 123 27
Binary 1010 1100000 1101001 1011010 1001 0 111011 10111010 1010011 10111

Color Harmonies of #0A6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6069

Black with #0A6069

Text Example


Text Example

White with #0A6069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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