#006271

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

Shades of Blue Lagoon #006271

Tints of Blue Lagoon #006271

Color information

#006271 (or 0x006271) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 71. RGB value is (0,98,113). Sum of RGB (Red+Green+Blue) = 0+98+113=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #006271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006271 is #FF9D8E. Grayscale: #464646. Windows color (decimal): -16752015 or 7430656. OLE color: 7430656.

HSL color Cylindrical-coordinate representation of color #006271: hue angle of 187.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006271 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB098113-
CMYK10.1300.56
HSL187.96º100%22.16%-
HSV(B)187.96º100%44.31%-
XYZ7.359.9317.15-
YUV70.41152.0377.78-

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) = 46.45%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=0%
G=46.45%
B=53.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal09811310.1300.56187.9610022.16
Hex0627164D038bc6416
Octal01421611441507027414426
Binary01100010111000111001001101011100010111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006271; }

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

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

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

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

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

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

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

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