Html Css Color HEX #0A6B6D Blue Lagoon

📋 copy color: '#0A6B6D'

red 10 ◦ green 107 ◦ blue 109

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

Shades of Blue Lagoon #0A6B6D

Tints of Blue Lagoon #0A6B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 4.42%
G = 47.35%
B = 48.23%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A6B6D (or 0x0A6B6D) is known color: Blue Lagoon. HEX triplet: 0A, 6B and 6D. RGB value is (10,107,109). Sum of RGB (Red+Green+Blue) = 10+107+109=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A6B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B6D is #F59492. Grayscale: #4E4E4E. Windows color (decimal): -16094355 or 7170826. OLE color: 7170826.

HSL color Cylindrical-coordinate representation of color #0A6B6D: hue angle of 181.21º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B6D is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 107 109 -
CMYK 0.91 0.02 0 0.57
HSL 181.21º 0.83% 0.23% -
HSV(B) 181.21º 0.91% 0.43% -
XYZ 8.14 11.68 16.29 -
YUV 78.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 10 107 109 0.91 0.02 0 0.57 181.21 0.83 0.23
Hex A 6B 6D 5B 2 0 39 B5 53 17
Octal 12 153 155 133 2 0 71 265 123 27
Binary 1010 1101011 1101101 1011011 10 0 111001 10110101 1010011 10111

Color Harmonies of #0A6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6B6D

Black with #0A6B6D

Text Example


Text Example

White with #0A6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,107,109); }

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

background-color css

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

 a { background-color: rgb(10,107,109); }

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

border-color css

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

 span { border-color: rgb(10,107,109); }

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