#006267

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

Shades of Blue Lagoon #006267

Tints of Blue Lagoon #006267

Color information

#006267 (or 0x006267) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 67. RGB value is (0,98,103). Sum of RGB (Red+Green+Blue) = 0+98+103=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #006267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006267 is #FF9D98. Grayscale: #454545. Windows color (decimal): -16752025 or 6775296. OLE color: 6775296.

HSL color Cylindrical-coordinate representation of color #006267: hue angle of 182.91º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006267 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB098103-
CMYK10.0500.60
HSL182.91º100%20.2%-
HSV(B)182.91º100%40.39%-
XYZ6.829.7114.35-
YUV69.27147.0378.59-

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) = 48.76%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=0%
G=48.76%
B=51.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal09810310.0500.60182.9110020.2
Hex0626764503Cb76414
Octal0142147144507426714424
Binary0110001011001111100100101011110010110111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006267; }

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

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

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

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

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

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

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

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