#006471

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

Shades of Blue Lagoon #006471

Tints of Blue Lagoon #006471

Color information

#006471 (or 0x006471) is unknown color: approx Blue Lagoon. HEX triplet: 00, 64 and 71. RGB value is (0,100,113). Sum of RGB (Red+Green+Blue) = 0+100+113=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #006471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006471 is #FF9B8E. Grayscale: #474747. Windows color (decimal): -16751503 or 7431168. OLE color: 7431168.

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

Color convert

RGB0100113-
CMYK10.1200.56
HSL186.9º100%22.16%-
HSV(B)186.9º100%44.31%-
XYZ7.5410.3117.21-
YUV71.58151.3776.94-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal010011310.1200.56186.910022.16
Hex0647164C038bb6416
Octal01441611441407027314426
Binary01100100111000111001001100011100010111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006471; }

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

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

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

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

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

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

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

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