#006286

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

Shades of Blue Lagoon #006286

Tints of Blue Lagoon #006286

Color information

#006286 (or 0x006286) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 86. RGB value is (0,98,134). Sum of RGB (Red+Green+Blue) = 0+98+134=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #006286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006286 is #FF9D79. Grayscale: #484848. Windows color (decimal): -16751994 or 8806912. OLE color: 8806912.

HSL color Cylindrical-coordinate representation of color #006286: hue angle of 196.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006286 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB098134-
CMYK10.2700.47
HSL196.12º100%26.27%-
HSV(B)196.12º100%52.55%-
XYZ8.6710.4624.12-
YUV72.8162.5376.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=0%
G=42.24%
B=57.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal09813410.2700.47196.1210026.27
Hex06286641B02Fc4641a
Octal01422061443305730414432
Binary0110001010000110110010011011010111111000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006286; }

 p { color: rgb(0,98,134); }

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

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

 a { background-color: rgb(0,98,134); }

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

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

 span { border-color: rgb(0,98,134); }

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