#006469

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

Shades of Blue Lagoon #006469

Tints of Blue Lagoon #006469

Color information

#006469 (or 0x006469) is unknown color: approx Blue Lagoon. HEX triplet: 00, 64 and 69. RGB value is (0,100,105). Sum of RGB (Red+Green+Blue) = 0+100+105=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #006469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006469 is #FF9B96. Grayscale: #464646. Windows color (decimal): -16751511 or 6906880. OLE color: 6906880.

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

Color convert

RGB0100105-
CMYK10.0500.59
HSL182.86º100%20.59%-
HSV(B)182.86º100%41.18%-
XYZ7.1110.1314.95-
YUV70.67147.3777.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=0%
G=48.78%
B=51.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010010510.0500.59182.8610020.59
Hex0646964503Bb76415
Octal0144151144507326714425
Binary0110010011010011100100101011101110110111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006469; }

 p { color: rgb(0,100,105); }

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

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

 a { background-color: rgb(0,100,105); }

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

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

 span { border-color: rgb(0,100,105); }

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