Html Css Color HEX #086769 Blue Lagoon

📋 copy color: '#086769'

red 8 ◦ green 103 ◦ blue 105

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

Shades of Blue Lagoon #086769

Tints of Blue Lagoon #086769

RGB

 RED value IS 8 (3.52% from 255) = 3.7%

 GREEN value IS 103 (40.63% from 255) = 47.69%

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

R = 3.7%
G = 47.69%
B = 48.61%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086769 (or 0x086769) is known color: Blue Lagoon. HEX triplet: 08, 67 and 69. RGB value is (8,103,105). Sum of RGB (Red+Green+Blue) = 8+103+105=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #086769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086769 is #F79896. Grayscale: #4A4A4A. Windows color (decimal): -16226455 or 6907656. OLE color: 6907656.

HSL color Cylindrical-coordinate representation of color #086769: hue angle of 181.24º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086769 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 103 105 -
CMYK 0.92 0.02 0 0.59
HSL 181.24º 0.86% 0.22% -
HSV(B) 181.24º 0.92% 0.41% -
XYZ 7.5 10.77 15.05 -
YUV 74.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 8 103 105 0.92 0.02 0 0.59 181.24 0.86 0.22
Hex 8 67 69 5C 2 0 3B B5 56 16
Octal 10 147 151 134 2 0 73 265 126 26
Binary 1000 1100111 1101001 1011100 10 0 111011 10110101 1010110 10110

Color Harmonies of #086769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086769

Black with #086769

Text Example


Text Example

White with #086769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086769; }

 p { color: rgb(8,103,105); }

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

background-color css

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

 a { background-color: rgb(8,103,105); }

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

border-color css

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

 span { border-color: rgb(8,103,105); }

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