#006481

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

Shades of Blue Lagoon #006481

Tints of Blue Lagoon #006481

Color information

#006481 (or 0x006481) is unknown color: approx Blue Lagoon. HEX triplet: 00, 64 and 81. RGB value is (0,100,129). Sum of RGB (Red+Green+Blue) = 0+100+129=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #006481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006481 is #FF9B7E. Grayscale: #494949. Windows color (decimal): -16751487 or 8479744. OLE color: 8479744.

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

Color convert

RGB0100129-
CMYK10.2200.49
HSL193.49º100%25.29%-
HSV(B)193.49º100%50.59%-
XYZ8.5210.722.39-
YUV73.41159.3775.64-

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) = 43.67%
BLUE value IS 129 (50.78% from 255) = 56.33%
R=0%
G=43.67%
B=56.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal010012910.2200.49193.4910025.29
Hex064816416031c16419
Octal01442011442606130114431
Binary0110010010000001110010010110011000111000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006481; }

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

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

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

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

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

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

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

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