#00646E

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

Shades of Blue Lagoon #00646E

Tints of Blue Lagoon #00646E

Color information

#00646E (or 0x00646E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 64 and 6E. RGB value is (0,100,110). Sum of RGB (Red+Green+Blue) = 0+100+110=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #00646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00646E is #FF9B91. Grayscale: #474747. Windows color (decimal): -16751506 or 7234560. OLE color: 7234560.

HSL color Cylindrical-coordinate representation of color #00646E: hue angle of 185.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00646E is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB0100110-
CMYK10.0900.57
HSL185.45º100%21.57%-
HSV(B)185.45º100%43.14%-
XYZ7.3710.2416.34-
YUV71.24149.8777.19-

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) = 47.62%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=0%
G=47.62%
B=52.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010011010.0900.57185.4510021.57
Hex0646E649039b96416
Octal01441561441107127114426
Binary01100100110111011001001001011100110111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00646E; }

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

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

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

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

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

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

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

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