Html Css Color HEX #0A606F Blue Lagoon

📋 copy color: '#0A606F'

red 10 ◦ green 96 ◦ blue 111

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

Shades of Blue Lagoon #0A606F

Tints of Blue Lagoon #0A606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.15%

R = 4.61%
G = 44.24%
B = 51.15%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A606F (or 0x0A606F) is known color: Blue Lagoon. HEX triplet: 0A, 60 and 6F. RGB value is (10,96,111). Sum of RGB (Red+Green+Blue) = 10+96+111=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A606F is #F59F90. Grayscale: #474747. Windows color (decimal): -16097169 or 7299082. OLE color: 7299082.

HSL color Cylindrical-coordinate representation of color #0A606F: hue angle of 188.91º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A606F is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 96 111 -
CMYK 0.91 0.14 0 0.56
HSL 188.91º 0.83% 0.24% -
HSV(B) 188.91º 0.91% 0.44% -
XYZ 7.18 9.58 16.51 -
YUV 72 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 10 96 111 0.91 0.14 0 0.56 188.91 0.83 0.24
Hex A 60 6F 5B E 0 38 BD 53 18
Octal 12 140 157 133 16 0 70 275 123 30
Binary 1010 1100000 1101111 1011011 1110 0 111000 10111101 1010011 11000

Color Harmonies of #0A606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A606F

Black with #0A606F

Text Example


Text Example

White with #0A606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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