Html Css Color HEX #086469 Blue Lagoon

📋 copy color: '#086469'

red 8 ◦ green 100 ◦ blue 105

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

Shades of Blue Lagoon #086469

Tints of Blue Lagoon #086469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.95%

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

R = 3.76%
G = 46.95%
B = 49.3%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086469 (or 0x086469) is known color: Blue Lagoon. HEX triplet: 08, 64 and 69. RGB value is (8,100,105). Sum of RGB (Red+Green+Blue) = 8+100+105=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #086469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086469 is #F79B96. Grayscale: #484848. Windows color (decimal): -16227223 or 6906888. OLE color: 6906888.

HSL color Cylindrical-coordinate representation of color #086469: hue angle of 183.09º 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 #086469 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 100 105 -
CMYK 0.92 0.05 0 0.59
HSL 183.09º 0.86% 0.22% -
HSV(B) 183.09º 0.92% 0.41% -
XYZ 7.21 10.19 14.95 -
YUV 73.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 8 100 105 0.92 0.05 0 0.59 183.09 0.86 0.22
Hex 8 64 69 5C 5 0 3B B7 56 16
Octal 10 144 151 134 5 0 73 267 126 26
Binary 1000 1100100 1101001 1011100 101 0 111011 10110111 1010110 10110

Color Harmonies of #086469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086469

Black with #086469

Text Example


Text Example

White with #086469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086469; }

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

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

background-color css

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

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

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

border-color css

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

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

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