#006567

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

Shades of Blue Lagoon #006567

Tints of Blue Lagoon #006567

Color information

#006567 (or 0x006567) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 67. RGB value is (0,101,103). Sum of RGB (Red+Green+Blue) = 0+101+103=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #006567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006567 is #FF9A98. Grayscale: #464646. Windows color (decimal): -16751257 or 6776064. OLE color: 6776064.

HSL color Cylindrical-coordinate representation of color #006567: hue angle of 181.17º 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 #006567 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB0101103-
CMYK10.0200.60
HSL181.17º100%20.2%-
HSV(B)181.17º100%40.39%-
XYZ7.110.2914.44-
YUV71.03146.0477.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=0%
G=49.51%
B=50.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010110310.0200.60181.1710020.2
Hex0656764203Cb56414
Octal0145147144207426514424
Binary011001011100111110010010011110010110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006567; }

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

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

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

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

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

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

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

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