#084F6B

Color #084F6B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #084F6B

Tints of Blue Lagoon #084F6B

Color information

#084F6B (or 0x084F6B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 4F and 6B. RGB value is (8,79,107). Sum of RGB (Red+Green+Blue) = 8+79+107=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #084F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F6B is #F7B094. Grayscale: #3C3C3C. Windows color (decimal): -16232597 or 7032584. OLE color: 7032584.

HSL color Cylindrical-coordinate representation of color #084F6B: hue angle of 196.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084F6B is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB879107-
CMYK0.930.2600.58
HSL196.97º86.09%22.55%-
HSV(B)196.97º92.52%41.96%-
XYZ5.556.7114.91-
YUV60.96153.9890.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 107 (42.19% from 255) = 55.15%
R=4.12%
G=40.72%
B=55.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8791070.930.2600.58196.9786.0922.55
Hex84F6B5D1A03Ac55617
Octal101171531353207230512627
Binary100010011111101011101110111010011101011000101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084F6B; }

 p { color: rgb(8,79,107); }

 H1.HeaderClassName
 {
   color: #084F6B;
 }
 .AnyTagClassName
 {
   color: #084F6B;
 }
</style>
background-color css

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

 a { background-color: rgb(8,79,107); }

 div.DivClassName
 {
   background-color: #084F6B;
 }
 .BgClassName
 {
   background-color: #084F6B;
 }
</style>
border-color css

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

 span { border-color: rgb(8,79,107); }

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