Html Css Color HEX #0A6677 Blue Lagoon

📋 copy color: '#0A6677'

red 10 ◦ green 102 ◦ blue 119

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

Shades of Blue Lagoon #0A6677

Tints of Blue Lagoon #0A6677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 4.33%
G = 44.16%
B = 51.52%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A6677 (or 0x0A6677) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 77. RGB value is (10,102,119). Sum of RGB (Red+Green+Blue) = 10+102+119=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A6677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6677 is #F59988. Grayscale: #4C4C4C. Windows color (decimal): -16095625 or 7824906. OLE color: 7824906.

HSL color Cylindrical-coordinate representation of color #0A6677: hue angle of 189.36º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6677 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 102 119 -
CMYK 0.92 0.14 0 0.53
HSL 189.36º 0.84% 0.25% -
HSV(B) 189.36º 0.92% 0.47% -
XYZ 8.21 10.9 19.12 -
YUV 76.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 10 102 119 0.92 0.14 0 0.53 189.36 0.84 0.25
Hex A 66 77 5C E 0 35 BD 54 19
Octal 12 146 167 134 16 0 65 275 124 31
Binary 1010 1100110 1110111 1011100 1110 0 110101 10111101 1010100 11001

Color Harmonies of #0A6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6677

Black with #0A6677

Text Example


Text Example

White with #0A6677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,119); }

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

background-color css

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

 a { background-color: rgb(10,102,119); }

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

border-color css

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

 span { border-color: rgb(10,102,119); }

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